Package org.somda.sdc.dpws.client.event
Class DeviceProbeTimeoutMessage
java.lang.Object
org.somda.sdc.dpws.client.event.DeviceProbeTimeoutMessage
- All Implemented Interfaces:
EventMessage
Indicates a probe end of a previously started discovery process.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceProbeTimeoutMessage(Integer foundDevicesCount, String discoveryId) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the discovery identifier of the discovery process that has ended.Gets the amount of devices that were found for the discovery phase that matchesgetDiscoveryId().
-
Constructor Details
-
DeviceProbeTimeoutMessage
Constructor.- Parameters:
foundDevicesCount- the amount of devices that were found during a probe.discoveryId- the discovery id this message belongs to.
-
-
Method Details
-
getDiscoveryId
Gets the discovery identifier of the discovery process that has ended.- Returns:
- the discovery id of the probe request this message belongs to.
-
getFoundDevicesCount
Gets the amount of devices that were found for the discovery phase that matchesgetDiscoveryId().- Returns:
- the number of found devices.
-