Java(TM) EE Interceptors 1.1 API 1.0.2.Final-SNAPSHOT
A E G I J P S
A
- AroundInvoke - Annotation Type in javax.interceptor
-
Defines a method which intercepts invocation of another method.
- AroundTimeout - Annotation Type in javax.interceptor
-
Defines a method which intercepts invocation of a timeout method.
E
- ExcludeClassInterceptors - Annotation Type in javax.interceptor
-
Exclude the invocation of class-level interceptors for a method.
- ExcludeDefaultInterceptors - Annotation Type in javax.interceptor
-
Exclude the invocation of default interceptors for a method.
G
- getContextData() - Method in interface javax.interceptor.InvocationContext
-
Returns the context data associated with this invocation or lifecycle callback.
- getMethod() - Method in interface javax.interceptor.InvocationContext
-
Get the invoked method for this invocation.
- getParameters() - Method in interface javax.interceptor.InvocationContext
-
Get the parameters of the method invocation (for method interceptors).
- getTarget() - Method in interface javax.interceptor.InvocationContext
-
Get the target instance for this invocation.
- getTimer() - Method in interface javax.interceptor.InvocationContext
-
I
- Interceptor - Annotation Type in javax.interceptor
-
Explicitly specify that a class is an interceptor class.
- InterceptorBinding - Annotation Type in javax.interceptor
-
Specifies that an annotation type is an interceptor binding type.
- Interceptors - Annotation Type in javax.interceptor
-
Declares the list of interceptors (by interceptor class) which apply to the annotated class or method.
- InvocationContext - Interface in javax.interceptor
-
Contextual information about a method invocation, along with methods to alter the invocation process
in various ways.
J
- javax.interceptor - package javax.interceptor
-
P
- proceed() - Method in interface javax.interceptor.InvocationContext
-
Proceed with the next stage of invocation processing.
S
- setParameters(Object[]) - Method in interface javax.interceptor.InvocationContext
-
Replace the parameters of the method invocation.
A E G I J P S
Java(TM) EE Interceptors 1.1 API 1.0.2.Final-SNAPSHOT
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.