@Singleton public class AclServiceManagerImpl extends Object implements AclServiceManager
AclServiceManager.Action, AclServiceManager.MatchCriteria
Constructor and Description |
---|
AclServiceManagerImpl(AclServiceImplFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
addAclServiceListner(AclServiceListener aclServiceListner) |
void |
notify(AclInterface port,
AclInterface oldPort,
AclServiceManager.Action action) |
void |
notifyAce(AclInterface port,
AclServiceManager.Action action,
String aclName,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.acl.access.list.entries.Ace ace) |
void |
removeAclServiceListner(AclServiceListener aclServiceListner) |
@Inject public AclServiceManagerImpl(AclServiceImplFactory factory)
public void addAclServiceListner(AclServiceListener aclServiceListner)
addAclServiceListner
in interface AclServiceManager
public void removeAclServiceListner(AclServiceListener aclServiceListner)
removeAclServiceListner
in interface AclServiceManager
public void notify(AclInterface port, AclInterface oldPort, AclServiceManager.Action action)
notify
in interface AclServiceManager
public void notifyAce(AclInterface port, AclServiceManager.Action action, String aclName, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.acl.access.list.entries.Ace ace)
notifyAce
in interface AclServiceManager
Copyright © 2018 OpenDaylight. All rights reserved.