Class ProbeTimeoutMessage
- java.lang.Object
-
- org.somda.sdc.dpws.soap.wsdiscovery.event.ProbeTimeoutMessage
-
- All Implemented Interfaces:
EventMessage
public class ProbeTimeoutMessage extends Object implements EventMessage
Message that signalizes the end of a probe phase.
-
-
Constructor Summary
Constructors Constructor Description ProbeTimeoutMessage(Integer probeMatchesCount, String probeRequestId)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetProbeMatchesCount()Gets the number of matched items.StringgetProbeRequestId()Gets the identifier that relates a probe request and response to each other.
-
-
-
Method Detail
-
getProbeRequestId
public String getProbeRequestId()
Gets the identifier that relates a probe request and response to each other.- Returns:
- the probe request identifier.
-
getProbeMatchesCount
public Integer getProbeMatchesCount()
Gets the number of matched items.Note that the maximum amount of matched items can be limited.
- Returns:
- the number of matches.
-
-