Uses of Interface
org.opendaylight.openflowplugin.api.openflow.OFPManager
Packages that use OFPManager
Package
Description
- 
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.deviceSubinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.deviceModifier and TypeInterfaceDescriptioninterfaceThis interface is responsible for instantiating DeviceContext and registering transaction chain for each DeviceContext.
- 
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.lifecycleMethods in org.opendaylight.openflowplugin.api.openflow.lifecycle with type parameters of type OFPManagerModifier and TypeMethodDescription<T extends OFPManager>
 voidContextChainHolder.addManager(T manager) Managers need to be added before.
- 
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.roleSubinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.roleModifier and TypeInterfaceDescriptioninterfaceManages creation and termination of role contexts.
- 
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.rpcSubinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.rpcModifier and TypeInterfaceDescriptioninterfaceThe RPC Manager will maintain an RPC Context for each online switch.
- 
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.statisticsSubinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.statistics
- 
Uses of OFPManager in org.opendaylight.openflowplugin.impl.deviceClasses in org.opendaylight.openflowplugin.impl.device that implement OFPManager
- 
Uses of OFPManager in org.opendaylight.openflowplugin.impl.lifecycleMethods in org.opendaylight.openflowplugin.impl.lifecycle with type parameters of type OFPManagerModifier and TypeMethodDescription<T extends OFPManager>
 voidContextChainHolderImpl.addManager(T manager) 
- 
Uses of OFPManager in org.opendaylight.openflowplugin.impl.roleClasses in org.opendaylight.openflowplugin.impl.role that implement OFPManager
- 
Uses of OFPManager in org.opendaylight.openflowplugin.impl.rpcClasses in org.opendaylight.openflowplugin.impl.rpc that implement OFPManager
- 
Uses of OFPManager in org.opendaylight.openflowplugin.impl.statisticsClasses in org.opendaylight.openflowplugin.impl.statistics that implement OFPManager