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 DeviceStateDeviceContext. 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 DeviceStateDeviceContextImpl. 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 voidDeviceStateUtil. setDeviceStateBasedOnV10Capabilities(DeviceState deviceState, CapabilitiesV10 capabilitiesV10)static voidDeviceStateUtil. setDeviceStateBasedOnV13Capabilities(DeviceState deviceState, Capabilities capabilities)
-