Class AbstractFlowBasedServicesConfigUnbindHelper
- java.lang.Object
-
- org.opendaylight.genius.interfacemanager.servicebindings.flowbased.config.helpers.AbstractFlowBasedServicesConfigUnbindHelper
-
- All Implemented Interfaces:
FlowBasedServicesConfigRemovable
- Direct Known Subclasses:
FlowBasedEgressServicesConfigUnbindHelper
,FlowBasedIngressServicesConfigUnbindHelper
public abstract class AbstractFlowBasedServicesConfigUnbindHelper extends java.lang.Object implements FlowBasedServicesConfigRemovable
AbstractFlowBasedServicesConfigBindHelper to enable flow based ingress/egress service binding for interfaces.
-
-
Constructor Summary
Constructors Constructor Description AbstractFlowBasedServicesConfigUnbindHelper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
unbindService(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, java.lang.String interfaceName, BoundServices boundServiceOld, java.util.List<BoundServices> boundServices, BoundServicesState boundServicesState)
protected abstract void
unbindServiceOnInterface(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, BoundServices boundServiceOld, java.util.List<BoundServices> allServices, BoundServicesState boundServicesState)
protected abstract void
unbindServiceOnInterfaceType(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, BoundServices boundServiceOld, java.util.List<BoundServices> allServices)
-
-
-
Method Detail
-
unbindService
public final void unbindService(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, java.lang.String interfaceName, BoundServices boundServiceOld, java.util.List<BoundServices> boundServices, BoundServicesState boundServicesState)
- Specified by:
unbindService
in interfaceFlowBasedServicesConfigRemovable
-
unbindServiceOnInterface
protected abstract void unbindServiceOnInterface(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, BoundServices boundServiceOld, java.util.List<BoundServices> allServices, BoundServicesState boundServicesState)
-
unbindServiceOnInterfaceType
protected abstract void unbindServiceOnInterfaceType(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, BoundServices boundServiceOld, java.util.List<BoundServices> allServices)
-
-