1.0.7
This commit is contained in:
parent
c0618808bf
commit
45c39b6b4c
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.6-SNAPSHOT</version>
|
<version>1.0.7-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow.commons-java</name>
|
<name>com.loafle.overflow.commons-java</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -12,5 +12,5 @@ public interface InfraHostService {
|
|||||||
|
|
||||||
InfraHost read(Long id) throws OverflowException;
|
InfraHost read(Long id) throws OverflowException;
|
||||||
|
|
||||||
InfraHost readByIp(String ip) throws OverflowException;
|
InfraHost findByProbeIdAndIpv4(String probeId, String ip) throws OverflowException;
|
||||||
}
|
}
|
||||||
|
@ -33,4 +33,11 @@ public interface TargetService {
|
|||||||
@WebappAPI
|
@WebappAPI
|
||||||
public List<Target> registDiscoveredTargets(Long probeId, List<Host> hosts, List<Service> services)
|
public List<Target> registDiscoveredTargets(Long probeId, List<Host> hosts, List<Service> services)
|
||||||
throws OverflowException;
|
throws OverflowException;
|
||||||
|
|
||||||
|
@WebappAPI
|
||||||
|
public Target readExistHostTarget(Long probeId, String ip) throws OverflowException;
|
||||||
|
|
||||||
|
@WebappAPI
|
||||||
|
public Target readExistServiceTarget(Long hostId, int portNumber, String portType) throws OverflowException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user