Package org.somda.sdc.dpws.client.event
Class ProbedDeviceFoundMessage
java.lang.Object
org.somda.sdc.common.event.AbstractEventMessage<DiscoveredDevice>
org.somda.sdc.dpws.client.event.ProbedDeviceFoundMessage
- All Implemented Interfaces:
EventMessage
Provides a DiscoveredDevice object that is delivered through a ProbeMatches message for a certain Probe
request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the discovery identifier of the Probe request that has resolved the discovered device.Methods inherited from class org.somda.sdc.common.event.AbstractEventMessage
getPayload
-
Constructor Details
-
ProbedDeviceFoundMessage
-
-
Method Details
-
getDiscoveryId
Gets the discovery identifier of the Probe request that has resolved the discovered device.- Returns:
- the discovery identifier of the discovery process that the discovered device relates to.
-