Uses of Interface
org.opendaylight.openflowplugin.api.openflow.lifecycle.ContextChainMastershipWatcher
Packages that use ContextChainMastershipWatcher
Package
Description
- 
Uses of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.api.openflowMethods in org.opendaylight.openflowplugin.api.openflow with parameters of type ContextChainMastershipWatcherModifier and TypeMethodDescriptionvoidOFPContext.registerMastershipWatcher(@NonNull ContextChainMastershipWatcher contextChainMastershipWatcher) Registers mastership change listener to context.
- 
Uses of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.api.openflow.lifecycleSubinterfaces of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.api.openflow.lifecycleModifier and TypeInterfaceDescriptioninterfaceGeneric interface for context chain holder, hold all created context chains.
- 
Uses of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.impl.deviceMethods in org.opendaylight.openflowplugin.impl.device with parameters of type ContextChainMastershipWatcherModifier and TypeMethodDescriptionvoidDeviceContextImpl.registerMastershipWatcher(@NonNull ContextChainMastershipWatcher newWatcher) 
- 
Uses of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.impl.lifecycleClasses in org.opendaylight.openflowplugin.impl.lifecycle that implement ContextChainMastershipWatcherMethods in org.opendaylight.openflowplugin.impl.lifecycle with parameters of type ContextChainMastershipWatcherModifier and TypeMethodDescriptionvoidGuardedContextImpl.registerMastershipWatcher(@NonNull ContextChainMastershipWatcher contextChainMastershipWatcher) 
- 
Uses of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.impl.roleMethods in org.opendaylight.openflowplugin.impl.role with parameters of type ContextChainMastershipWatcherModifier and TypeMethodDescriptionvoidRoleContextImpl.registerMastershipWatcher(@NonNull ContextChainMastershipWatcher newWatcher)