Uses of Interface
org.opendaylight.openflowplugin.api.openflow.OFPManager
- 
- 
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.device
Subinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.device Modifier and Type Interface Description interfaceDeviceManagerThis interface is responsible for instantiating DeviceContext and registering transaction chain for each DeviceContext. - 
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.lifecycle
Methods in org.opendaylight.openflowplugin.api.openflow.lifecycle with type parameters of type OFPManager Modifier and Type Method Description <T extends OFPManager>
voidContextChainHolder. addManager(T manager)Managers need to be added before. - 
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.role
Subinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.role Modifier and Type Interface Description interfaceRoleManagerManages creation and termination of role contexts. - 
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.rpc
Subinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.rpc Modifier and Type Interface Description interfaceRpcManagerThe RPC Manager will maintain an RPC Context for each online switch. - 
Uses of OFPManager in org.opendaylight.openflowplugin.api.openflow.statistics
Subinterfaces of OFPManager in org.opendaylight.openflowplugin.api.openflow.statistics Modifier and Type Interface Description interfaceStatisticsManagerManages statistics contexts. - 
Uses of OFPManager in org.opendaylight.openflowplugin.impl.device
Classes in org.opendaylight.openflowplugin.impl.device that implement OFPManager Modifier and Type Class Description classDeviceManagerImpl - 
Uses of OFPManager in org.opendaylight.openflowplugin.impl.lifecycle
Methods in org.opendaylight.openflowplugin.impl.lifecycle with type parameters of type OFPManager Modifier and Type Method Description <T extends OFPManager>
voidContextChainHolderImpl. addManager(T manager) - 
Uses of OFPManager in org.opendaylight.openflowplugin.impl.role
Classes in org.opendaylight.openflowplugin.impl.role that implement OFPManager Modifier and Type Class Description classRoleManagerImpl - 
Uses of OFPManager in org.opendaylight.openflowplugin.impl.rpc
Classes in org.opendaylight.openflowplugin.impl.rpc that implement OFPManager Modifier and Type Class Description classRpcManagerImpl - 
Uses of OFPManager in org.opendaylight.openflowplugin.impl.statistics
Classes in org.opendaylight.openflowplugin.impl.statistics that implement OFPManager Modifier and Type Class Description classStatisticsManagerImpl 
 -