- AccessDeviceConfig - Class in org.onosproject.olt
-
Config object for access device data.
- AccessDeviceConfig() - Constructor for class org.onosproject.olt.AccessDeviceConfig
-
- AccessDeviceData - Class in org.onosproject.olt
-
Information about an access device.
- AccessDeviceData(DeviceId, PortNumber, VlanId, Optional<VlanId>) - Constructor for class org.onosproject.olt.AccessDeviceData
-
Class constructor.
- AccessDeviceEvent - Class in org.onosproject.olt
-
Describes an access device event.
- AccessDeviceEvent(AccessDeviceEvent.Type, DeviceId, VlanId, VlanId) - Constructor for class org.onosproject.olt.AccessDeviceEvent
-
Creates an event of a given type and for the specified device,
along with the cVlanId and sVlanId.
- AccessDeviceEvent(AccessDeviceEvent.Type, DeviceId, long, VlanId, VlanId) - Constructor for class org.onosproject.olt.AccessDeviceEvent
-
Creates an event of a given type and for the specified device, and timestamp
along with the cVlanId and sVlanId.
- AccessDeviceEvent.Type - Enum in org.onosproject.olt
-
- AccessDeviceListener - Interface in org.onosproject.olt
-
Entity capable of receiving access device related events.
- AccessDeviceService - Interface in org.onosproject.olt
-
Service for interacting with an access device (OLT).