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