ing
This commit is contained in:
@@ -15,6 +15,6 @@ public interface InfraHostPortService {
|
||||
InfraHostPort readByInfraHostIDAndMetaPortTypeKeyAndPort(Long infraHostID, String metaPortTypeKey, Integer port)
|
||||
throws OverflowException;
|
||||
|
||||
InfraHostPort readByInfraHostInfraZoneIDAndMetaPortTypeKeyAndPort(Long infraHostInfraZoneID, String metaIPTypeKey,
|
||||
InfraHostPort readByInfraHostInfraZoneIDAndMetaPortTypeKeyAndPort(Long infraHostInfraZoneID, String metaPortTypeKey,
|
||||
Integer port) throws OverflowException;
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ public interface InfraService {
|
||||
InfraHost registHost(Long probeID, Host host) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
InfraService registService(Long probeID, Service service) throws OverflowException;
|
||||
com.loafle.overflow.model.infra.InfraService registService(Long probeID, Service service) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<Infra> registDiscoverd(Long probeID, List<Host> hosts, List<Service> services) throws OverflowException;
|
||||
|
||||
Reference in New Issue
Block a user