Class FlowBasedEgressServicesConfigUnbindHelper
- java.lang.Object
 - 
- org.opendaylight.genius.interfacemanager.servicebindings.flowbased.config.helpers.AbstractFlowBasedServicesConfigUnbindHelper
 - 
- org.opendaylight.genius.interfacemanager.servicebindings.flowbased.config.helpers.FlowBasedEgressServicesConfigUnbindHelper
 
 
 
- 
- All Implemented Interfaces:
 FlowBasedServicesConfigRemovable
@Singleton public class FlowBasedEgressServicesConfigUnbindHelper extends AbstractFlowBasedServicesConfigUnbindHelper
 
- 
- 
Constructor Summary
Constructors Constructor Description FlowBasedEgressServicesConfigUnbindHelper(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, InterfaceManagerCommonUtils interfaceManagerCommonUtils) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidunbindServiceOnInterface(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, BoundServices boundServiceOld, java.util.List<BoundServices> boundServices, BoundServicesState boundServicesState)protected voidunbindServiceOnInterfaceType(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, BoundServices boundServiceNew, java.util.List<BoundServices> allServices)- 
Methods inherited from class org.opendaylight.genius.interfacemanager.servicebindings.flowbased.config.helpers.AbstractFlowBasedServicesConfigUnbindHelper
unbindService 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FlowBasedEgressServicesConfigUnbindHelper
@Inject public FlowBasedEgressServicesConfigUnbindHelper(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, InterfaceManagerCommonUtils interfaceManagerCommonUtils) 
 - 
 
- 
Method Detail
- 
unbindServiceOnInterface
protected void unbindServiceOnInterface(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, BoundServices boundServiceOld, java.util.List<BoundServices> boundServices, BoundServicesState boundServicesState)- Specified by:
 unbindServiceOnInterfacein classAbstractFlowBasedServicesConfigUnbindHelper
 
- 
unbindServiceOnInterfaceType
protected void unbindServiceOnInterfaceType(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, BoundServices boundServiceNew, java.util.List<BoundServices> allServices)- Specified by:
 unbindServiceOnInterfaceTypein classAbstractFlowBasedServicesConfigUnbindHelper
 
 - 
 
 -