Interface OFPManager
-
- All Superinterfaces:
AutoCloseable
,DeviceRemovedHandler
- All Known Subinterfaces:
DeviceManager
,RoleManager
,RpcManager
,StatisticsManager
- All Known Implementing Classes:
DeviceManagerImpl
,RoleManagerImpl
,RpcManagerImpl
,StatisticsManagerImpl
public interface OFPManager extends DeviceRemovedHandler, AutoCloseable
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 fromDeviceRemovedHandler
. And at last, it must handle it's own full termination by implementingAutoCloseable.close()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-
Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceRemovedHandler
onDeviceRemoved
-
-
-
-
Method Detail
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
-
-