| Package | Description |
|---|---|
| org.onosproject.cluster |
Set of abstractions for dealing with controller cluster related topics.
|
| org.onosproject.event |
Local event delivery subsystem interfaces & supporting abstractions.
|
| org.onosproject.mastership |
Set of abstractions for dealing with controller mastership related topics.
|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| org.onosproject.net.host |
End-station host model & related services API definitions.
|
| org.onosproject.net.intent |
Set of abstractions for conveying high-level intents for treatment of
selected network traffic by allowing applications to express the
what rather than the how.
|
| org.onosproject.net.link |
Infrastructure link model & related services API definitions.
|
| org.onosproject.net.resource |
Services for reserving network resources, e.g. bandwidth, lambdas.
|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterEventListener
Entity capable of receiving device cluster-related events.
|
interface |
LeadershipEventListener
Entity capable of receiving device leadership-related events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListenerRegistry<E extends Event,L extends EventListener<E>>
Base implementation of an event sink and a registry capable of tracking
listeners and dispatching events to them as part of event sink processing.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MastershipListener
Entity capable of receiving device mastership-related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeviceListener
Entity capable of receiving infrastructure device related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowRuleListener
Entity capable of receiving flow rule related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HostListener
Entity capable of receiving end-station host related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntentBatchListener
Listener for
intent events. |
interface |
IntentListener
Listener for
intent events. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkListener
Entity capable of receiving infrastructure link related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkResourceListener
Entity for receiving link resource events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopologyListener
Entity capable of receiving network topology related events.
|
Copyright © 2015. All rights reserved.