Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.handlers.DeviceDisconnectedHandler
-
-
Uses of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.api.openflow.connection
Methods in org.opendaylight.openflowplugin.api.openflow.connection with parameters of type DeviceDisconnectedHandler Modifier and Type Method Description void
ConnectionContext. setDeviceDisconnectedHandler(DeviceDisconnectedHandler deviceDisconnectedHandler)
Method sets handler for handling closing connections.void
ConnectionManager. 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.lifecycle Modifier and Type Interface Description interface
ContextChainHolder
Generic 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 DeviceDisconnectedHandler Modifier and Type Method Description void
ConnectionContextImpl. setDeviceDisconnectedHandler(DeviceDisconnectedHandler deviceDisconnectedHandler)
void
ConnectionManagerImpl. setDeviceDisconnectedHandler(DeviceDisconnectedHandler deviceDisconnectedHandler)
-
Uses of DeviceDisconnectedHandler in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement DeviceDisconnectedHandler Modifier and Type Class Description class
ContextChainHolderImpl
-