Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceRemovedHandler
Packages that use DeviceRemovedHandler
Package
Description
-
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow
Subinterfaces of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflowModifier and TypeInterfaceDescriptioninterfaceThis 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.deviceModifier and TypeInterfaceDescriptioninterfaceThis 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.lifecycleModifier and TypeInterfaceDescriptioninterfaceGeneric interface for context chain holder, hold all created context chains.Methods in org.opendaylight.openflowplugin.api.openflow.lifecycle with parameters of type DeviceRemovedHandlerModifier and TypeMethodDescriptionvoidContextChain.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.roleModifier and TypeInterfaceDescriptioninterfaceManages 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.rpcModifier and TypeInterfaceDescriptioninterfaceThe 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 -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.device
Classes in org.opendaylight.openflowplugin.impl.device that implement DeviceRemovedHandler -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement DeviceRemovedHandlerMethods in org.opendaylight.openflowplugin.impl.lifecycle with parameters of type DeviceRemovedHandlerModifier and TypeMethodDescriptionvoidContextChainImpl.registerDeviceRemovedHandler(@NonNull DeviceRemovedHandler deviceRemovedHandler) -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.role
Classes in org.opendaylight.openflowplugin.impl.role that implement DeviceRemovedHandler -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.rpc
Classes in org.opendaylight.openflowplugin.impl.rpc that implement DeviceRemovedHandler -
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.statistics
Classes in org.opendaylight.openflowplugin.impl.statistics that implement DeviceRemovedHandler