Package org.jboss.ejb.client.annotation
Annotation Type ClientInterceptorPriority
-
@Target(TYPE) @Retention(RUNTIME) public @interface ClientInterceptorPriority
The priority of the client interceptor. If no priority is specified, thenAPPLICATIONis used.- Author:
- David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Fields Description static intAPPLICATIONThe starting range value for application interceptors.static intAPPLICATION_ENDThe ending range value for application interceptors.static intJBOSS_AFTERThe starting range value for provided JBoss "after" interceptors.static intJBOSS_AFTER_ENDThe ending range value for provided JBoss "before" interceptors.static intJBOSS_BEFOREThe starting range value for provided JBoss "before" interceptors.static intJBOSS_BEFORE_ENDThe ending range value for provided JBoss "before" interceptors.static intLIBRARY_AFTERThe starting range value for library "after" interceptors.static intLIBRARY_AFTER_ENDThe ending range value for library "after" interceptors.static intLIBRARY_BEFOREThe starting range value for library "before" interceptors.static intLIBRARY_BEFORE_ENDThe ending range value for library "before" interceptors.
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalue
-