Class InternalDeviceRemovedEvent
- java.lang.Object
-
- org.onosproject.store.device.impl.InternalDeviceRemovedEvent
-
public class InternalDeviceRemovedEvent extends java.lang.ObjectInformation 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.DeviceIddeviceId()org.onosproject.store.Timestamptimestamp()java.lang.StringtoString()
-
-
-
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.
-
-