Class FlowBasedIngressServicesConfigBindHelper
- java.lang.Object
-
- org.opendaylight.genius.interfacemanager.servicebindings.flowbased.config.helpers.AbstractFlowBasedServicesConfigBindHelper
-
- org.opendaylight.genius.interfacemanager.servicebindings.flowbased.config.helpers.FlowBasedIngressServicesConfigBindHelper
-
- All Implemented Interfaces:
FlowBasedServicesConfigAddable
@Singleton public class FlowBasedIngressServicesConfigBindHelper extends AbstractFlowBasedServicesConfigBindHelper
-
-
Constructor Summary
Constructors Constructor Description FlowBasedIngressServicesConfigBindHelper(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, InterfaceManagerCommonUtils interfaceManagerCommonUtils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbindServiceOnInterface(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, BoundServices boundServiceNew, java.util.List<BoundServices> allServices, BoundServicesState boundServiceState)protected voidbindServiceOnInterfaceType(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.AbstractFlowBasedServicesConfigBindHelper
bindService
-
-
-
-
Constructor Detail
-
FlowBasedIngressServicesConfigBindHelper
@Inject public FlowBasedIngressServicesConfigBindHelper(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, InterfaceManagerCommonUtils interfaceManagerCommonUtils)
-
-
Method Detail
-
bindServiceOnInterface
protected void bindServiceOnInterface(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, BoundServices boundServiceNew, java.util.List<BoundServices> allServices, BoundServicesState boundServiceState)- Specified by:
bindServiceOnInterfacein classAbstractFlowBasedServicesConfigBindHelper
-
bindServiceOnInterfaceType
protected void bindServiceOnInterfaceType(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, BoundServices boundServiceNew, java.util.List<BoundServices> allServices)- Specified by:
bindServiceOnInterfaceTypein classAbstractFlowBasedServicesConfigBindHelper
-
-