ing
This commit is contained in:
parent
d2d2d7f4de
commit
d955b9ddcd
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<groupId>com.loafle.overflow</groupId>
|
<groupId>com.loafle.overflow</groupId>
|
||||||
<artifactId>commons-java</artifactId>
|
<artifactId>commons-java</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.33-SNAPSHOT</version>
|
<version>1.0.34-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow.commons-java</name>
|
<name>com.loafle.overflow.commons-java</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -15,6 +15,6 @@ public interface InfraHostPortService {
|
||||||
InfraHostPort readByInfraHostIDAndMetaPortTypeKeyAndPort(Long infraHostID, String metaPortTypeKey, Integer port)
|
InfraHostPort readByInfraHostIDAndMetaPortTypeKeyAndPort(Long infraHostID, String metaPortTypeKey, Integer port)
|
||||||
throws OverflowException;
|
throws OverflowException;
|
||||||
|
|
||||||
InfraHostPort readByInfraHostInfraZoneIDAndMetaPortTypeKeyAndPort(Long infraHostInfraZoneID, String metaIPTypeKey,
|
InfraHostPort readByInfraHostInfraZoneIDAndMetaPortTypeKeyAndPort(Long infraHostInfraZoneID, String metaPortTypeKey,
|
||||||
Integer port) throws OverflowException;
|
Integer port) throws OverflowException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,7 @@ public interface InfraService {
|
||||||
InfraHost registHost(Long probeID, Host host) throws OverflowException;
|
InfraHost registHost(Long probeID, Host host) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
InfraService registService(Long probeID, Service service) throws OverflowException;
|
com.loafle.overflow.model.infra.InfraService registService(Long probeID, Service service) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<Infra> registDiscoverd(Long probeID, List<Host> hosts, List<Service> services) throws OverflowException;
|
List<Infra> registDiscoverd(Long probeID, List<Host> hosts, List<Service> services) throws OverflowException;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user