Skip navigation links
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
Get the timer associated with an @AroundTimeout interceptor method.

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 
Skip navigation links
Java(TM) EE Interceptors 1.1 API 1.0.2.Final-SNAPSHOT

Copyright © 2014 JBoss by Red Hat. All rights reserved.