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.connection
Methods 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.lifecycle
Subinterfaces 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.connection
Methods 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.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement DeviceDisconnectedHandler