Interface RoleManager
-
- All Superinterfaces:
AutoCloseable
,DeviceRemovedHandler
,OFPManager
- All Known Implementing Classes:
RoleManagerImpl
public interface RoleManager extends OFPManager
Manages creation and termination of role contexts.- See Also:
RoleContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoleContext
createContext(@NonNull DeviceContext deviceContext)
Create role context.-
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
RoleContext createContext(@NonNull DeviceContext deviceContext)
Create role context.- Parameters:
deviceContext
- the device context- Returns:
- the role context
-
-