Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceDisconnectedHandler
Packages that use DeviceDisconnectedHandler
Package
Description
- 
Uses of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.api.openflow.connectionMethods in org.opendaylight.openflowplugin.api.openflow.connection with parameters of type DeviceDisconnectedHandlerModifier and TypeMethodDescriptionvoidConnectionContext.setDeviceDisconnectedHandler(DeviceDisconnectedHandler deviceDisconnectedHandler) Method sets handler for handling closing connections.voidConnectionManager.setDeviceDisconnectedHandler(DeviceDisconnectedHandler deviceDisconnectedHandler) Method registers handler responsible handling device disconnected event.
- 
Uses of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.api.openflow.lifecycleSubinterfaces of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.api.openflow.lifecycleModifier and TypeInterfaceDescriptioninterfaceGeneric interface for context chain holder, hold all created context chains.
- 
Uses of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.impl.connectionMethods in org.opendaylight.openflowplugin.impl.connection with parameters of type DeviceDisconnectedHandlerModifier and TypeMethodDescriptionvoidConnectionContextImpl.setDeviceDisconnectedHandler(DeviceDisconnectedHandler deviceDisconnectedHandler) voidConnectionManagerImpl.setDeviceDisconnectedHandler(DeviceDisconnectedHandler deviceDisconnectedHandler) 
- 
Uses of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.impl.lifecycleClasses in org.opendaylight.openflowplugin.impl.lifecycle that implement DeviceDisconnectedHandler