Index

A E G I J L P S V 
All Classes|All Packages

A

APPLICATION - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for interceptors defined by applications.
AroundConstruct - Annotation Type in jakarta.interceptor
Designates an interceptor method that receives a callback when the target class constructor is invoked.
AroundInvoke - Annotation Type in jakarta.interceptor
Defines an interceptor method that interposes on business methods.
AroundTimeout - Annotation Type in jakarta.interceptor
Defines an interceptor method that interposes on timeout methods.

E

ExcludeClassInterceptors - Annotation Type in jakarta.interceptor
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
ExcludeDefaultInterceptors - Annotation Type in jakarta.interceptor
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.

G

getConstructor() - Method in interface jakarta.interceptor.InvocationContext
Returns the constructor of the target class for which the AroundConstruct interceptor method was invoked.
getContextData() - Method in interface jakarta.interceptor.InvocationContext
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business method, and/or webservices endpoint in the invocation chain.
getMethod() - Method in interface jakarta.interceptor.InvocationContext
Returns the method of the target class for which the interceptor was invoked.
getParameters() - Method in interface jakarta.interceptor.InvocationContext
Returns the parameter values that will be passed to the method or constructor of the target class.
getTarget() - Method in interface jakarta.interceptor.InvocationContext
Returns the target instance.
getTimer() - Method in interface jakarta.interceptor.InvocationContext
Returns the timer object associated with a timeout method invocation on the target class, or a null value for interceptor method types other than AroundTimeout.

I

Interceptor - Annotation Type in jakarta.interceptor
Specifies that a class is an interceptor.
Interceptor.Priority - Class in jakarta.interceptor
Priorities that define the order in which interceptors are invoked.
InterceptorBinding - Annotation Type in jakarta.interceptor
Specifies that an annotation type is an interceptor binding type.
Interceptors - Annotation Type in jakarta.interceptor
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
InvocationContext - Interface in jakarta.interceptor
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.

J

jakarta.interceptor - package jakarta.interceptor
Contains annotations and interfaces for defining interceptor methods and interceptor classes, and for binding interceptor classes to target classes.

L

LIBRARY_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for late interceptors defined by extension libraries.
LIBRARY_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for early interceptors defined by extension libraries.

P

PLATFORM_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for late interceptors defined by platform specifications.
PLATFORM_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for early interceptors defined by platform specifications.
proceed() - Method in interface jakarta.interceptor.InvocationContext
Proceed to the next interceptor in the interceptor chain.

S

setParameters(Object[]) - Method in interface jakarta.interceptor.InvocationContext
Sets the parameter values that will be passed to the method or constructor of the target class.

V

value() - Method in annotation type jakarta.interceptor.Interceptors
An ordered list of interceptors.
A E G I J L P S V 
All Classes|All Packages