Uses of Interface
org.opendaylight.netvirt.aclservice.api.AclServiceManager
-
Packages that use AclServiceManager Package Description org.opendaylight.netvirt.aclservice org.opendaylight.netvirt.aclservice.listeners -
-
Uses of AclServiceManager in org.opendaylight.netvirt.aclservice
Classes in org.opendaylight.netvirt.aclservice that implement AclServiceManager Modifier and Type Class Description class
AclServiceManagerImpl
-
Uses of AclServiceManager in org.opendaylight.netvirt.aclservice.listeners
Constructors in org.opendaylight.netvirt.aclservice.listeners with parameters of type AclServiceManager Constructor Description AclElanInterfaceListener(AclServiceManager aclServiceManager, AclClusterUtil aclClusterUtil, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, AclInterfaceCache aclInterfaceCache, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
AclEventListener(AclServiceManager aclServiceManager, AclClusterUtil aclClusterUtil, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, AclDataUtil aclDataUtil, AclServiceUtils aclServicUtils, AclInterfaceCache aclInterfaceCache, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
AclInterfaceListener(AclServiceManager aclServiceManager, AclClusterUtil aclClusterUtil, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, AclDataUtil aclDataUtil, AclInterfaceCache aclInterfaceCache, AclServiceUtils aclServicUtils, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
AclInterfaceStateListener(AclServiceManager aclServiceManger, AclClusterUtil aclClusterUtil, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, AclDataUtil aclDataUtil, org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, AclInterfaceCache aclInterfaceCache, AclServiceUtils aclServicUtils, org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
-