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;
|
||||
|
||||
@ProbeAPI
|
||||
void discoverStart(String requesterSessionID, Date startDate) throws OverflowException;
|
||||
void discoveryStart(String requesterSessionID, Date startDate) throws OverflowException;
|
||||
@ProbeAPI
|
||||
void discoverStop(String requesterSessionID, Date stopDate) throws OverflowException;
|
||||
void discoveryStop(String requesterSessionID, Date stopDate) throws OverflowException;
|
||||
@ProbeAPI
|
||||
void discoveredZone(String requesterSessionID, Zone zone) throws OverflowException;
|
||||
@ProbeAPI
|
||||
|
|
Loading…
Reference in New Issue
Block a user