Uses of Interface
org.opendaylight.openflowplugin.api.openflow.lifecycle.ContextChainHolder
- 
Packages that use ContextChainHolder Package Description org.opendaylight.openflowplugin.api.openflow.device org.opendaylight.openflowplugin.impl.device org.opendaylight.openflowplugin.impl.lifecycle  - 
- 
Uses of ContextChainHolder in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device with parameters of type ContextChainHolder Modifier and Type Method Description voidDeviceManager. setContextChainHolder(@NonNull ContextChainHolder contextChainHolder) - 
Uses of ContextChainHolder in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device with parameters of type ContextChainHolder Modifier and Type Method Description voidDeviceManagerImpl. setContextChainHolder(@NonNull ContextChainHolder contextChainHolder) - 
Uses of ContextChainHolder in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement ContextChainHolder Modifier and Type Class Description classContextChainHolderImpl 
 -