Class DeviceProbeTimeoutMessage

  • All Implemented Interfaces:
    org.somda.sdc.common.event.EventMessage

    
    public class DeviceProbeTimeoutMessage
     implements EventMessage
                        

    Indicates a probe end of a previously started discovery process.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer getFoundDevicesCount() Gets the amount of devices that were found for the discovery phase that matches getDiscoveryId.
      String getDiscoveryId() Gets the discovery identifier of the discovery process that has ended.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeviceProbeTimeoutMessage

        DeviceProbeTimeoutMessage(Integer foundDevicesCount, String discoveryId)
        Constructor.
        Parameters:
        foundDevicesCount - the amount of devices that were found during a probe.
        discoveryId - the discovery id this message belongs to.
    • Method Detail

      • 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.