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 voidunbindService(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures, java.lang.String interfaceName, BoundServices boundServiceOld, java.util.List<BoundServices> boundServices, BoundServicesState boundServicesState)protected abstract voidunbindServiceOnInterface(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures, BoundServices boundServiceOld, java.util.List<BoundServices> allServices, BoundServicesState boundServicesState)protected abstract voidunbindServiceOnInterfaceType(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures, BoundServices boundServiceOld, java.util.List<BoundServices> allServices)
-
-
-
Method Detail
-
unbindService
public final void unbindService(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures, java.lang.String interfaceName, BoundServices boundServiceOld, java.util.List<BoundServices> boundServices, BoundServicesState boundServicesState)- Specified by:
unbindServicein interfaceFlowBasedServicesConfigRemovable
-
unbindServiceOnInterface
protected abstract void unbindServiceOnInterface(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures, BoundServices boundServiceOld, java.util.List<BoundServices> allServices, BoundServicesState boundServicesState)
-
unbindServiceOnInterfaceType
protected abstract void unbindServiceOnInterfaceType(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures, BoundServices boundServiceOld, java.util.List<BoundServices> allServices)
-
-