Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.DeviceState
-
Packages that use DeviceState Package Description org.opendaylight.openflowplugin.api.openflow.device org.opendaylight.openflowplugin.impl.device org.opendaylight.openflowplugin.impl.util -
-
Uses of DeviceState in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return DeviceState Modifier and Type Method Description DeviceState
DeviceContext. getDeviceState()
Method provides state of device represented by this device context. -
Uses of DeviceState in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device that return DeviceState Modifier and Type Method Description DeviceState
DeviceContextImpl. getDeviceState()
-
Uses of DeviceState in org.opendaylight.openflowplugin.impl.util
Methods in org.opendaylight.openflowplugin.impl.util with parameters of type DeviceState Modifier and Type Method Description static void
DeviceStateUtil. setDeviceStateBasedOnV10Capabilities(DeviceState deviceState, CapabilitiesV10 capabilitiesV10)
static void
DeviceStateUtil. setDeviceStateBasedOnV13Capabilities(DeviceState deviceState, Capabilities capabilities)
-