Interface AclServiceManager
-
- All Known Implementing Classes:
AclServiceManagerImpl
public interface AclServiceManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AclServiceManager.Action
static class
AclServiceManager.MatchCriteria
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(AclInterface port, @Nullable AclInterface oldPort, AclServiceManager.Action action)
void
notifyAce(AclInterface port, AclServiceManager.Action action, java.lang.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, java.util.Collection<AclInterface> portsBefore, AclServiceManager.Action action)
-
-
-
Method Detail
-
notify
void notify(AclInterface port, @Nullable AclInterface oldPort, AclServiceManager.Action action)
-
notifyAce
void notifyAce(AclInterface port, AclServiceManager.Action action, java.lang.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)
-
notifyAcl
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, java.util.Collection<AclInterface> portsBefore, AclServiceManager.Action action)
-
-