public interface CordConfigService extends org.onosproject.event.ListenerService<CordConfigEvent,CordConfigListener>
| Modifier and Type | Method and Description |
|---|---|
Optional<AccessAgentData> |
getAccessAgent(org.onosproject.net.DeviceId deviceId)
Retrieves the access agent for the given device ID.
|
Set<AccessAgentData> |
getAccessAgents()
Retrieves the set of all access agents in the system.
|
Optional<AccessDeviceData> |
getAccessDevice(org.onosproject.net.DeviceId deviceId)
Retrieves the access device with the given device ID.
|
Set<AccessDeviceData> |
getAccessDevices()
Retrieves the set of all access devices in the system.
|
Set<AccessDeviceData> getAccessDevices()
Optional<AccessDeviceData> getAccessDevice(org.onosproject.net.DeviceId deviceId)
deviceId - device IDSet<AccessAgentData> getAccessAgents()
Optional<AccessAgentData> getAccessAgent(org.onosproject.net.DeviceId deviceId)
deviceId - device IDCopyright © 2016. All rights reserved.