Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceRemovedHandler
-
-
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow
Subinterfaces of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow Modifier and Type Interface Description interfaceOFPManagerThis interface is responsible for managing lifecycle of itself and all it's associated contexts. -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow.device
Subinterfaces of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow.device Modifier and Type Interface Description interfaceDeviceManagerThis interface is responsible for instantiating DeviceContext and registering transaction chain for each DeviceContext. -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow.lifecycle
Subinterfaces of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow.lifecycle Modifier and Type Interface Description interfaceContextChainHolderGeneric interface for context chain holder, hold all created context chains.Methods in org.opendaylight.openflowplugin.api.openflow.lifecycle with parameters of type DeviceRemovedHandler Modifier and Type Method Description voidContextChain. registerDeviceRemovedHandler(@NonNull DeviceRemovedHandler deviceRemovedHandler)This method registers device removed handler what will be executed when device should be removed. -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow.role
Subinterfaces of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow.role Modifier and Type Interface Description interfaceRoleManagerManages creation and termination of role contexts. -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow.rpc
Subinterfaces of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow.rpc Modifier and Type Interface Description interfaceRpcManagerThe RPC Manager will maintain an RPC Context for each online switch. -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow.statistics
Subinterfaces of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow.statistics Modifier and Type Interface Description interfaceStatisticsManagerManages statistics contexts. -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.device
Classes in org.opendaylight.openflowplugin.impl.device that implement DeviceRemovedHandler Modifier and Type Class Description classDeviceManagerImpl -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement DeviceRemovedHandler Modifier and Type Class Description classContextChainHolderImplMethods in org.opendaylight.openflowplugin.impl.lifecycle with parameters of type DeviceRemovedHandler Modifier and Type Method Description voidContextChainImpl. registerDeviceRemovedHandler(@NonNull DeviceRemovedHandler deviceRemovedHandler) -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.role
Classes in org.opendaylight.openflowplugin.impl.role that implement DeviceRemovedHandler Modifier and Type Class Description classRoleManagerImpl -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.rpc
Classes in org.opendaylight.openflowplugin.impl.rpc that implement DeviceRemovedHandler Modifier and Type Class Description classRpcManagerImpl -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.statistics
Classes in org.opendaylight.openflowplugin.impl.statistics that implement DeviceRemovedHandler Modifier and Type Class Description classStatisticsManagerImpl
-