Package | Description |
---|---|
org.mockejb | |
org.mockejb.interceptor |
Class and Description |
---|
Aspect
Aspect is the combination of an interceptor and pointcut.
|
Interceptor
Interceptors intercept calls to an object to perform some actions, such as logging,
transaction management and so on.
|
InvocationContext
Performs the invocation of interceptors in their order in the
interceptor list.
|
Pointcut
Represents the AOP "pointcut" abstraction.
|
Class and Description |
---|
Aspect
Aspect is the combination of an interceptor and pointcut.
|
AspectException
General-level exception used for various aspect/interceptor system exceptions.
|
AspectSystem
Keeps the global list of aspects.
|
Interceptor
Interceptors intercept calls to an object to perform some actions, such as logging,
transaction management and so on.
|
InvocationContext
Performs the invocation of interceptors in their order in the
interceptor list.
|
Pointcut
Represents the AOP "pointcut" abstraction.
|
PointcutPair
Provides a way to create conditional expressions from pointcuts.
|