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 from DeviceRemovedHandler. And at last, it must handle it's own full termination by implementing AutoCloseable.close()
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceRemovedHandler

    onDeviceRemoved