Uses of Interface
org.opendaylight.openflowplugin.api.openflow.lifecycle.ContextChain
-
Packages that use ContextChain Package Description org.opendaylight.openflowplugin.api.openflow.lifecycle org.opendaylight.openflowplugin.impl.lifecycle -
-
Uses of ContextChain in org.opendaylight.openflowplugin.api.openflow.lifecycle
Methods in org.opendaylight.openflowplugin.api.openflow.lifecycle that return ContextChain Modifier and Type Method Description ContextChain
ContextChainHolder. getContextChain(DeviceInfo deviceInfo)
Return theContextChain
for a givenDeviceInfo
. -
Uses of ContextChain in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement ContextChain Modifier and Type Class Description class
ContextChainImpl
Methods in org.opendaylight.openflowplugin.impl.lifecycle that return ContextChain Modifier and Type Method Description ContextChain
ContextChainHolderImpl. getContextChain(DeviceInfo deviceInfo)
-