public interface AclServiceManager
Modifier and Type | Interface and Description |
---|---|
static class |
AclServiceManager.Action |
static class |
AclServiceManager.MatchCriteria |
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 |
notifyAcl(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclBefore,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclAfter,
Collection<AclInterface> portsBefore,
AclServiceManager.Action action) |
void |
removeAclServiceListner(AclServiceListener aclServiceListner) |
void addAclServiceListner(AclServiceListener aclServiceListner)
void removeAclServiceListner(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 notifyAcl(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclBefore, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclAfter, Collection<AclInterface> portsBefore, AclServiceManager.Action action)
Copyright © 2019 OpenDaylight. All rights reserved.