Package org.somda.sdc.dpws.client.event
Class DeviceProbeTimeoutMessage
-
- All Implemented Interfaces:
-
org.somda.sdc.common.event.EventMessage
public class DeviceProbeTimeoutMessage implements EventMessageIndicates a probe end of a previously started discovery process.
-
-
Field Summary
Fields Modifier and Type Field Description public final IntegerfoundDevicesCountpublic final StringdiscoveryId
-
Constructor Summary
Constructors Constructor Description DeviceProbeTimeoutMessage(Integer foundDevicesCount, String discoveryId)Constructor.
-
Method Summary
Modifier and Type Method Description IntegergetFoundDevicesCount()Gets the amount of devices that were found for the discovery phase that matches getDiscoveryId. StringgetDiscoveryId()Gets the discovery identifier of the discovery process that has ended. -
-
Method Detail
-
getFoundDevicesCount
Integer getFoundDevicesCount()
Gets the amount of devices that were found for the discovery phase that matches getDiscoveryId.
- Returns:
the number of found devices.
-
getDiscoveryId
String getDiscoveryId()
Gets the discovery identifier of the discovery process that has ended.
- Returns:
the discovery id of the probe request this message belongs to.
-
-
-
-