Class FlowBasedEgressServicesConfigBindHelper
- java.lang.Object
-
- org.opendaylight.genius.interfacemanager.servicebindings.flowbased.config.helpers.AbstractFlowBasedServicesConfigBindHelper
-
- org.opendaylight.genius.interfacemanager.servicebindings.flowbased.config.helpers.FlowBasedEgressServicesConfigBindHelper
-
- All Implemented Interfaces:
FlowBasedServicesConfigAddable
@Singleton public class FlowBasedEgressServicesConfigBindHelper extends AbstractFlowBasedServicesConfigBindHelper
-
-
Constructor Summary
Constructors Constructor Description FlowBasedEgressServicesConfigBindHelper(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, InterfaceManagerCommonUtils interfaceManagerCommonUtils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
protected void
bindServiceOnInterfaceType(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
-
FlowBasedEgressServicesConfigBindHelper
@Inject public FlowBasedEgressServicesConfigBindHelper(org.opendaylight.mdsal.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:
bindServiceOnInterface
in 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:
bindServiceOnInterfaceType
in classAbstractFlowBasedServicesConfigBindHelper
-
-