Interface RoleManager
- All Superinterfaces:
- AutoCloseable,- DeviceRemovedHandler,- OFPManager
- All Known Implementing Classes:
- RoleManagerImpl
Manages creation and termination of role contexts.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptioncreateContext(@NonNull DeviceContext deviceContext) Create role context.Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceRemovedHandleronDeviceRemovedMethods inherited from interface org.opendaylight.openflowplugin.api.openflow.OFPManagerclose
- 
Method Details- 
createContextCreate role context.- Parameters:
- deviceContext- the device context
- Returns:
- the role context
 
 
-