Interface RpcManager
- 
- All Superinterfaces:
 AutoCloseable,DeviceRemovedHandler,OFPManager
- All Known Implementing Classes:
 RpcManagerImpl
public interface RpcManager extends OFPManager
The RPC Manager will maintain an RPC Context for each online switch. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RpcContextcreateContext(@NonNull DeviceContext deviceContext)- 
Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceRemovedHandler
onDeviceRemoved 
- 
Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.OFPManager
close 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createContext
RpcContext createContext(@NonNull DeviceContext deviceContext)
 
 - 
 
 -