Interface | Description |
---|---|
InvocationContext |
Contextual information about a method invocation, along with methods to alter the invocation process
in various ways.
|
Class | Description |
---|---|
Interceptor.Priority |
Priorities that define the order in which interceptors are
invoked.
|
Annotation Type | Description |
---|---|
AroundConstruct |
Designates an interceptor method that receives a callback when
the target class constructor is invoked.
|
AroundInvoke |
Defines a method which intercepts invocation of another method.
|
AroundTimeout |
Defines a method which intercepts invocation of a timeout method.
|
ExcludeClassInterceptors |
Exclude the invocation of class-level interceptors for a method.
|
ExcludeDefaultInterceptors |
Exclude the invocation of default interceptors for a method.
|
Interceptor |
Explicitly specify that a class is an interceptor class.
|
InterceptorBinding |
Specifies that an annotation type is an interceptor binding type.
|
Interceptors |
Declares the list of interceptors (by interceptor class) which apply to the annotated class or method.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.