Interface FlowBasedServicesStateAddable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void bindServices​(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface ifaceState, java.util.List<BoundServices> allServices, java.lang.Class<? extends ServiceModeBase> serviceMode)  
      void bindServicesOnInterfaceType​(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures, org.opendaylight.yangtools.yang.common.Uint64 dpnId, java.lang.String ifaceName)  
    • Method Detail

      • bindServices

        void bindServices​(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures,
                          org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface ifaceState,
                          java.util.List<BoundServices> allServices,
                          java.lang.Class<? extends ServiceModeBase> serviceMode)
      • bindServicesOnInterfaceType

        void bindServicesOnInterfaceType​(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures,
                                         org.opendaylight.yangtools.yang.common.Uint64 dpnId,
                                         java.lang.String ifaceName)