Class InternalPortStatusEvent
- java.lang.Object
-
- org.onosproject.store.device.impl.InternalPortStatusEvent
-
public class InternalPortStatusEvent extends java.lang.ObjectInformation published by GossipDeviceStore to notify peers of a port status change event.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInternalPortStatusEvent()protectedInternalPortStatusEvent(org.onosproject.net.provider.ProviderId providerId, org.onosproject.net.DeviceId deviceId, Timestamped<org.onosproject.net.device.PortDescription> portDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.onosproject.net.DeviceIddeviceId()Timestamped<org.onosproject.net.device.PortDescription>portDescription()org.onosproject.net.provider.ProviderIdproviderId()java.lang.StringtoString()
-
-
-
Constructor Detail
-
InternalPortStatusEvent
protected InternalPortStatusEvent(org.onosproject.net.provider.ProviderId providerId, org.onosproject.net.DeviceId deviceId, Timestamped<org.onosproject.net.device.PortDescription> portDescription)
-
InternalPortStatusEvent
protected InternalPortStatusEvent()
-
-
Method Detail
-
deviceId
public org.onosproject.net.DeviceId deviceId()
-
providerId
public org.onosproject.net.provider.ProviderId providerId()
-
portDescription
public Timestamped<org.onosproject.net.device.PortDescription> portDescription()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-