Class InterceptorOrder.Component
- java.lang.Object
-
- org.jboss.as.ee.component.interceptors.InterceptorOrder.Component
-
- Enclosing class:
- InterceptorOrder
public static final class InterceptorOrder.Component extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBMT_TRANSACTION_INTERCEPTORstatic intCDI_INTERCEPTORSstatic intCMP_RELATIONSHIP_INTERCEPTORstatic intCOMPONENT_USER_INTERCEPTORSstatic intCONCURRENT_CONTEXTstatic intEJB_EXECUTION_TIME_INTERCEPTORstatic intENTITY_BEAN_REMOVE_INTERCEPTORstatic intINITIAL_INTERCEPTORstatic intINTERCEPTOR_USER_INTERCEPTORSAll user level interceptors are added with the same priority, so they execute in the order that they are added.static intJPA_SESSION_BEAN_INTERCEPTORstatic intJPA_SFSB_INTERCEPTORstatic intREENTRANCY_INTERCEPTORstatic intSYNCHRONIZATION_INTERCEPTORstatic intTERMINAL_INTERCEPTORstatic intWS_HANDLERS_INTERCEPTORstatic intXTS_INTERCEPTOR
-
-
-
Field Detail
-
INITIAL_INTERCEPTOR
public static final int INITIAL_INTERCEPTOR
- See Also:
- Constant Field Values
-
CONCURRENT_CONTEXT
public static final int CONCURRENT_CONTEXT
- See Also:
- Constant Field Values
-
SYNCHRONIZATION_INTERCEPTOR
public static final int SYNCHRONIZATION_INTERCEPTOR
- See Also:
- Constant Field Values
-
REENTRANCY_INTERCEPTOR
public static final int REENTRANCY_INTERCEPTOR
- See Also:
- Constant Field Values
-
BMT_TRANSACTION_INTERCEPTOR
public static final int BMT_TRANSACTION_INTERCEPTOR
- See Also:
- Constant Field Values
-
ENTITY_BEAN_REMOVE_INTERCEPTOR
public static final int ENTITY_BEAN_REMOVE_INTERCEPTOR
- See Also:
- Constant Field Values
-
JPA_SFSB_INTERCEPTOR
public static final int JPA_SFSB_INTERCEPTOR
- See Also:
- Constant Field Values
-
JPA_SESSION_BEAN_INTERCEPTOR
public static final int JPA_SESSION_BEAN_INTERCEPTOR
- See Also:
- Constant Field Values
-
CMP_RELATIONSHIP_INTERCEPTOR
public static final int CMP_RELATIONSHIP_INTERCEPTOR
- See Also:
- Constant Field Values
-
EJB_EXECUTION_TIME_INTERCEPTOR
public static final int EJB_EXECUTION_TIME_INTERCEPTOR
- See Also:
- Constant Field Values
-
WS_HANDLERS_INTERCEPTOR
public static final int WS_HANDLERS_INTERCEPTOR
- See Also:
- Constant Field Values
-
XTS_INTERCEPTOR
public static final int XTS_INTERCEPTOR
- See Also:
- Constant Field Values
-
INTERCEPTOR_USER_INTERCEPTORS
public static final int INTERCEPTOR_USER_INTERCEPTORS
All user level interceptors are added with the same priority, so they execute in the order that they are added.- See Also:
- Constant Field Values
-
CDI_INTERCEPTORS
public static final int CDI_INTERCEPTORS
- See Also:
- Constant Field Values
-
COMPONENT_USER_INTERCEPTORS
public static final int COMPONENT_USER_INTERCEPTORS
- See Also:
- Constant Field Values
-
TERMINAL_INTERCEPTOR
public static final int TERMINAL_INTERCEPTOR
- See Also:
- Constant Field Values
-
-