Class ProbeTimeoutMessage
java.lang.Object
org.somda.sdc.dpws.soap.wsdiscovery.event.ProbeTimeoutMessage
- All Implemented Interfaces:
EventMessage
Message that signalizes the end of a probe phase.
-
Constructor Summary
ConstructorsConstructorDescriptionProbeTimeoutMessage(Integer probeMatchesCount, String probeRequestId) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the number of matched items.Gets the identifier that relates a probe request and response to each other.
-
Constructor Details
-
ProbeTimeoutMessage
Constructor.- Parameters:
probeMatchesCount- the amount of matches found for a probe request.probeRequestId- the probe request identifier.
-
-
Method Details
-
getProbeRequestId
Gets the identifier that relates a probe request and response to each other.- Returns:
- the probe request identifier.
-
getProbeMatchesCount
Gets the number of matched items.Note that the maximum amount of matched items can be limited.
- Returns:
- the number of matches.
-