Class InternalDeviceRemovedEvent


  • public class InternalDeviceRemovedEvent
    extends java.lang.Object
    Information published by GossipDeviceStore to notify peers of a device being administratively removed.
    • Constructor Summary

      Constructors 
      Constructor Description
      InternalDeviceRemovedEvent​(org.onosproject.net.DeviceId deviceId, org.onosproject.store.Timestamp timestamp)
      Creates a InternalDeviceRemovedEvent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.onosproject.net.DeviceId deviceId()  
      org.onosproject.store.Timestamp timestamp()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • InternalDeviceRemovedEvent

        public InternalDeviceRemovedEvent​(org.onosproject.net.DeviceId deviceId,
                                          org.onosproject.store.Timestamp timestamp)
        Creates a InternalDeviceRemovedEvent.
        Parameters:
        deviceId - identifier of the removed device.
        timestamp - timestamp of when the device was administratively removed.
    • Method Detail

      • deviceId

        public org.onosproject.net.DeviceId deviceId()
      • timestamp

        public org.onosproject.store.Timestamp timestamp()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object