Skip navigation links
A C D F G O P R S U V 

A

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

C

cVlanId() - Method in class org.onosproject.olt.AccessDeviceEvent
 

D

defaultVlan() - Method in class org.onosproject.olt.AccessDeviceData
Retrieves the default VLAN ID that will be used for this device.
deviceId() - Method in class org.onosproject.olt.AccessDeviceData
Retrieves the access device ID.

F

fetchOlts() - Method in interface org.onosproject.olt.AccessDeviceService
Returns the map of configured OLTs.

G

getOlt() - Method in class org.onosproject.olt.AccessDeviceConfig
Gets the access device configuration for this device.
getSubscribers() - Method in interface org.onosproject.olt.AccessDeviceService
Returns information about the provisioned subscribers.

O

org.onosproject.olt - package org.onosproject.olt
OLT application api.

P

provisionSubscriber(ConnectPoint, VlanId) - Method in interface org.onosproject.olt.AccessDeviceService
Provisions connectivity for a subscriber on an access device.

R

removeSubscriber(ConnectPoint) - Method in interface org.onosproject.olt.AccessDeviceService
Removes provisioned connectivity for a subscriber from an access device.

S

sVlanId() - Method in class org.onosproject.olt.AccessDeviceEvent
 

U

uplink() - Method in class org.onosproject.olt.AccessDeviceData
Retrieves the uplink port number.

V

valueOf(String) - Static method in enum org.onosproject.olt.AccessDeviceEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.onosproject.olt.AccessDeviceEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
vlan() - Method in class org.onosproject.olt.AccessDeviceData
Retrieves the VLAN ID assigned to the device.
A C D F G O P R S U V 
Skip navigation links

Copyright © 2016. All rights reserved.