Modifier and Type | Interface and Description |
---|---|
interface |
OFPManager
This interface is responsible for managing lifecycle of itself and all it's associated contexts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeviceManager
This interface is responsible for instantiating DeviceContext and
registering transaction chain for each DeviceContext.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContextChainHolder
Generic interface for context chain holder, hold all created context chains.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextChain.registerDeviceRemovedHandler(DeviceRemovedHandler deviceRemovedHandler)
This method registers device removed handler what will be executed when device should be removed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RoleManager
Manages creation and termination of role contexts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RpcManager
The RPC Manager will maintain an RPC Context for each online switch.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StatisticsManager
Manages statistics contexts.
|
Modifier and Type | Class and Description |
---|---|
class |
DeviceManagerImpl |
Modifier and Type | Class and Description |
---|---|
class |
ContextChainHolderImpl |
Modifier and Type | Method and Description |
---|---|
void |
ContextChainImpl.registerDeviceRemovedHandler(DeviceRemovedHandler deviceRemovedHandler) |
Modifier and Type | Class and Description |
---|---|
class |
RoleManagerImpl |
Modifier and Type | Class and Description |
---|---|
class |
RpcManagerImpl |
Modifier and Type | Class and Description |
---|---|
class |
StatisticsManagerImpl |
Copyright © 2019 OpenDaylight. All rights reserved.