Package org.jboss.ejb.client.annotation
Annotation Type ClientInterceptorPriority
The priority of the client interceptor. If no priority is specified, then
APPLICATION is used.- Author:
- David M. Lloyd
-
Required Element Summary
Required Elements -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe starting range value for application interceptors.static final intThe ending range value for application interceptors.static final intThe starting range value for provided JBoss "after" interceptors.static final intThe ending range value for provided JBoss "before" interceptors.static final intThe starting range value for provided JBoss "before" interceptors.static final intThe ending range value for provided JBoss "before" interceptors.static final intThe starting range value for library "after" interceptors.static final intThe ending range value for library "after" interceptors.static final intThe starting range value for library "before" interceptors.static final intThe ending range value for library "before" interceptors.
-
Field Details
-
APPLICATION
static final int APPLICATIONThe starting range value for application interceptors.- See Also:
-
APPLICATION_END
static final int APPLICATION_ENDThe ending range value for application interceptors.- See Also:
-
LIBRARY_BEFORE
static final int LIBRARY_BEFOREThe starting range value for library "before" interceptors.- See Also:
-
LIBRARY_BEFORE_END
static final int LIBRARY_BEFORE_ENDThe ending range value for library "before" interceptors.- See Also:
-
JBOSS_BEFORE
static final int JBOSS_BEFOREThe starting range value for provided JBoss "before" interceptors.- See Also:
-
JBOSS_BEFORE_END
static final int JBOSS_BEFORE_ENDThe ending range value for provided JBoss "before" interceptors.- See Also:
-
LIBRARY_AFTER
static final int LIBRARY_AFTERThe starting range value for library "after" interceptors.- See Also:
-
LIBRARY_AFTER_END
static final int LIBRARY_AFTER_ENDThe ending range value for library "after" interceptors.- See Also:
-
JBOSS_AFTER
static final int JBOSS_AFTERThe starting range value for provided JBoss "after" interceptors.- See Also:
-
JBOSS_AFTER_END
static final int JBOSS_AFTER_ENDThe ending range value for provided JBoss "before" interceptors.- See Also:
-
-
Element Details
-
value
int value
-