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.openflowSubinterfaces 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.deviceSubinterfaces 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.lifecycleSubinterfaces 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.roleSubinterfaces 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.rpcSubinterfaces 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.statisticsSubinterfaces of DeviceRemovedHandler in org.opendaylight.openflowplugin.api.openflow.statistics
- 
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.deviceClasses in org.opendaylight.openflowplugin.impl.device that implement DeviceRemovedHandler
- 
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.lifecycleClasses 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.roleClasses in org.opendaylight.openflowplugin.impl.role that implement DeviceRemovedHandler
- 
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.rpcClasses in org.opendaylight.openflowplugin.impl.rpc that implement DeviceRemovedHandler
- 
Uses of DeviceRemovedHandler in org.opendaylight.openflowplugin.impl.statisticsClasses in org.opendaylight.openflowplugin.impl.statistics that implement DeviceRemovedHandler