A C G I J M O P T

A

Advice - interface org.aopalliance.aop.Advice.
Tag interface for Advice.
AspectException - exception org.aopalliance.aop.AspectException.
Superclass for all AOP infrastructure exceptions.
AspectException(String) - Constructor for class org.aopalliance.aop.AspectException
Constructor for AspectException.
AspectException(String, Throwable) - Constructor for class org.aopalliance.aop.AspectException
Constructor for AspectException.

C

ConstructorInterceptor - interface org.aopalliance.intercept.ConstructorInterceptor.
Intercepts the construction of a new object.
ConstructorInvocation - interface org.aopalliance.intercept.ConstructorInvocation.
Description of an invocation to a constuctor, given to an interceptor upon construtor-call.
construct(ConstructorInvocation) - Method in interface org.aopalliance.intercept.ConstructorInterceptor
Implement this method to perform extra treatments before and after the consrution of a new object.

G

getArguments() - Method in interface org.aopalliance.intercept.Invocation
Get the arguments as an array object.
getCause() - Method in class org.aopalliance.aop.AspectException
Return the root cause of this exception.
getConstructor() - Method in interface org.aopalliance.intercept.ConstructorInvocation
Gets the constructor being called.
getMessage() - Method in class org.aopalliance.aop.AspectException
 
getMethod() - Method in interface org.aopalliance.intercept.MethodInvocation
Gets the method being called.
getStaticPart() - Method in interface org.aopalliance.intercept.Joinpoint
Returns the static part of this joinpoint.
getThis() - Method in interface org.aopalliance.intercept.Joinpoint
Returns the object that holds the current joinpoint's static part.

I

Interceptor - interface org.aopalliance.intercept.Interceptor.
This interface represents a generic interceptor.
Invocation - interface org.aopalliance.intercept.Invocation.
This interface represents an invocation in the program.
invoke(MethodInvocation) - Method in interface org.aopalliance.intercept.MethodInterceptor
Implement this method to perform extra treatments before and after the invocation.

J

Joinpoint - interface org.aopalliance.intercept.Joinpoint.
This interface represents a generic runtime joinpoint (in the AOP terminology).

M

MethodInterceptor - interface org.aopalliance.intercept.MethodInterceptor.
Intercepts calls on an interface on its way to the target.
MethodInvocation - interface org.aopalliance.intercept.MethodInvocation.
Description of an invocation to a method, given to an interceptor upon method-call.

O

org.aopalliance.aop - package org.aopalliance.aop
 
org.aopalliance.intercept - package org.aopalliance.intercept
This package provides a set of interfaces for interception mechanisms.

P

printStackTrace() - Method in class org.aopalliance.aop.AspectException
 
printStackTrace(PrintStream) - Method in class org.aopalliance.aop.AspectException
 
printStackTrace(PrintWriter) - Method in class org.aopalliance.aop.AspectException
 
proceed() - Method in interface org.aopalliance.intercept.Joinpoint
Proceeds to the next interceptor in the chain.

T

toString() - Method in class org.aopalliance.aop.AspectException
 

A C G I J M O P T