| Package | Description |
|---|---|
| org.opencord.cordconfig |
Meta Application for hosting common cord configuration classes.
|
| org.opencord.cordconfig.access |
CORD access configuration classes.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AccessAgentData> |
CordConfigService.getAccessAgent(org.onosproject.net.DeviceId deviceId)
Retrieves the access agent for the given device ID.
|
Optional<AccessAgentData> |
CordConfigManager.getAccessAgent(org.onosproject.net.DeviceId deviceId) |
Set<AccessAgentData> |
CordConfigService.getAccessAgents()
Retrieves the set of all access agents in the system.
|
Set<AccessAgentData> |
CordConfigManager.getAccessAgents() |
| Modifier and Type | Method and Description |
|---|---|
AccessAgentData |
AccessAgentConfig.getAgent()
Gets the access agent configuration for this device.
|
Copyright © 2016. All rights reserved.