Class InterceptorOrder.ComponentPassivation
- java.lang.Object
-
- org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPassivation
-
- Enclosing class:
- InterceptorOrder
public static final class InterceptorOrder.ComponentPassivation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCDI_INTERCEPTORSstatic intCOMPONENT_USER_INTERCEPTORSstatic intCONCURRENT_CONTEXTstatic intEJB_SESSION_CONTEXT_INTERCEPTORstatic intINTERCEPTOR_USER_INTERCEPTORSstatic intJNDI_NAMESPACE_INTERCEPTORstatic intTCCL_INTERCEPTORstatic intTERMINAL_INTERCEPTORstatic intTRANSACTION_INTERCEPTOR
-
-
-
Field Detail
-
TCCL_INTERCEPTOR
public static final int TCCL_INTERCEPTOR
- See Also:
- Constant Field Values
-
CONCURRENT_CONTEXT
public static final int CONCURRENT_CONTEXT
- See Also:
- Constant Field Values
-
EJB_SESSION_CONTEXT_INTERCEPTOR
public static final int EJB_SESSION_CONTEXT_INTERCEPTOR
- See Also:
- Constant Field Values
-
TRANSACTION_INTERCEPTOR
public static final int TRANSACTION_INTERCEPTOR
- See Also:
- Constant Field Values
-
JNDI_NAMESPACE_INTERCEPTOR
public static final int JNDI_NAMESPACE_INTERCEPTOR
- See Also:
- Constant Field Values
-
INTERCEPTOR_USER_INTERCEPTORS
public static final int INTERCEPTOR_USER_INTERCEPTORS
- 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
-
-