Interface OFPManager
- All Superinterfaces:
AutoCloseable
,DeviceRemovedHandler
- All Known Subinterfaces:
DeviceManager
,RoleManager
,RpcManager
,StatisticsManager
- All Known Implementing Classes:
DeviceManagerImpl
,RoleManagerImpl
,RpcManagerImpl
,StatisticsManagerImpl
This interface is responsible for managing lifecycle of itself and all it's associated contexts.
Every manager that implements this interface must handle internal map of contexts by implementing methods from
DeviceRemovedHandler
. And at last, it must
handle it's own full termination by implementing AutoCloseable.close()
-
Method Summary
Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceRemovedHandler
onDeviceRemoved
-
Method Details
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-