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 interface
OFPManager
This 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 interface
DeviceManager
This 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 interface
ContextChainHolder
Generic 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 void
ContextChain. 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 interface
RoleManager
Manages 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 interface
RpcManager
The 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 interface
StatisticsManager
Manages 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 class
DeviceManagerImpl
-
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement DeviceRemovedHandler Modifier and Type Class Description class
ContextChainHolderImpl
Methods in org.opendaylight.openflowplugin.impl.lifecycle with parameters of type DeviceRemovedHandler Modifier and Type Method Description void
ContextChainImpl. 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 class
RoleManagerImpl
-
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.rpc
Classes in org.opendaylight.openflowplugin.impl.rpc that implement DeviceRemovedHandler Modifier and Type Class Description class
RpcManagerImpl
-
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.statistics
Classes in org.opendaylight.openflowplugin.impl.statistics that implement DeviceRemovedHandler Modifier and Type Class Description class
StatisticsManagerImpl
-