discoverStart -> discoveryStart
This commit is contained in:
parent
15b1072ec7
commit
ffa0c4f291
|
@ -28,9 +28,9 @@ public interface DiscoveryService {
|
||||||
void discoverService(String probeID, Port port, DiscoverService discoverService) throws OverflowException;
|
void discoverService(String probeID, Port port, DiscoverService discoverService) throws OverflowException;
|
||||||
|
|
||||||
@ProbeAPI
|
@ProbeAPI
|
||||||
void discoverStart(String requesterSessionID, Date startDate) throws OverflowException;
|
void discoveryStart(String requesterSessionID, Date startDate) throws OverflowException;
|
||||||
@ProbeAPI
|
@ProbeAPI
|
||||||
void discoverStop(String requesterSessionID, Date stopDate) throws OverflowException;
|
void discoveryStop(String requesterSessionID, Date stopDate) throws OverflowException;
|
||||||
@ProbeAPI
|
@ProbeAPI
|
||||||
void discoveredZone(String requesterSessionID, Zone zone) throws OverflowException;
|
void discoveredZone(String requesterSessionID, Zone zone) throws OverflowException;
|
||||||
@ProbeAPI
|
@ProbeAPI
|
||||||
|
|
Loading…
Reference in New Issue
Block a user