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
public class ProbedDeviceFoundMessage extends AbstractEventMessage<DiscoveredDevice>
Provides a DiscoveredDevice object that is delivered through a ProbeMatches message for a certain Probe request.
-
-
Constructor Summary
Constructors Constructor Description ProbedDeviceFoundMessage(DiscoveredDevice payload, String discoveryId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDiscoveryId()Gets 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 Detail
-
ProbedDeviceFoundMessage
public ProbedDeviceFoundMessage(DiscoveredDevice payload, String discoveryId)
-
-
Method Detail
-
getDiscoveryId
public String 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.
-
-