| Package | Description |
|---|---|
| org.aopalliance.intercept |
This package provides a set of interfaces for interception
mechanisms.
|
| Class and Description |
|---|
| ConstructorInvocation
Description of an invocation to a constuctor, given to an
interceptor upon construtor-call.
|
| FieldAccess
This interface represents a field access in the program.
|
| Interceptor
This interface represents a generic interceptor.
|
| Invocation
This interface represents an invocation in the program.
|
| Joinpoint
This interface represents a generic runtime joinpoint (in the AOP
terminology).
|
| MethodInvocation
Description of an invocation to a method, given to an interceptor
upon method-call.
|
Copyright © 2009–2014 Oracle Corporation. All rights reserved.