Interface | Description |
---|---|
InvocationContext |
Contextual information about a method invocation, along with methods to alter the invocation process
in various ways.
|
Annotation Type | Description |
---|---|
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 © 2018 JBoss by Red Hat. All rights reserved.