Class InterceptorOrder.Component
java.lang.Object
org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
- Enclosing class:
- InterceptorOrder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intAll user level interceptors are added with the same priority, so they execute in the order that they are added.static final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
-
Field Details
-
INITIAL_INTERCEPTOR
public static final int INITIAL_INTERCEPTOR- See Also:
-
CONCURRENT_CONTEXT
public static final int CONCURRENT_CONTEXT- See Also:
-
SYNCHRONIZATION_INTERCEPTOR
public static final int SYNCHRONIZATION_INTERCEPTOR- See Also:
-
REENTRANCY_INTERCEPTOR
public static final int REENTRANCY_INTERCEPTOR- See Also:
-
BMT_TRANSACTION_INTERCEPTOR
public static final int BMT_TRANSACTION_INTERCEPTOR- See Also:
-
ENTITY_BEAN_REMOVE_INTERCEPTOR
public static final int ENTITY_BEAN_REMOVE_INTERCEPTOR- See Also:
-
JPA_SFSB_INTERCEPTOR
public static final int JPA_SFSB_INTERCEPTOR- See Also:
-
JPA_SESSION_BEAN_INTERCEPTOR
public static final int JPA_SESSION_BEAN_INTERCEPTOR- See Also:
-
CMP_RELATIONSHIP_INTERCEPTOR
public static final int CMP_RELATIONSHIP_INTERCEPTOR- See Also:
-
EJB_EXECUTION_TIME_INTERCEPTOR
public static final int EJB_EXECUTION_TIME_INTERCEPTOR- See Also:
-
WS_HANDLERS_INTERCEPTOR
public static final int WS_HANDLERS_INTERCEPTOR- See Also:
-
XTS_INTERCEPTOR
public static final int XTS_INTERCEPTOR- See Also:
-
INTERCEPTOR_USER_INTERCEPTORS
public static final int INTERCEPTOR_USER_INTERCEPTORSAll user level interceptors are added with the same priority, so they execute in the order that they are added.- See Also:
-
CDI_INTERCEPTORS
public static final int CDI_INTERCEPTORS- See Also:
-
COMPONENT_USER_INTERCEPTORS
public static final int COMPONENT_USER_INTERCEPTORS- See Also:
-
TERMINAL_INTERCEPTOR
public static final int TERMINAL_INTERCEPTOR- See Also:
-