Class InterceptorOrder.ComponentPreDestroy
- java.lang.Object
-
- org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPreDestroy
-
- Enclosing class:
- InterceptorOrder
public static final class InterceptorOrder.ComponentPreDestroy extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCDI_INTERCEPTORSstatic intCOMPONENT_DESTRUCTION_INTERCEPTORSstatic intCOMPONENT_UNINJECTION_INTERCEPTORSstatic intCOMPONENT_USER_INTERCEPTORSstatic intCONCURRENT_CONTEXTstatic intEJB_SESSION_CONTEXT_INTERCEPTORstatic intINTERCEPTOR_DESTRUCTION_INTERCEPTORSstatic intINTERCEPTOR_UNINJECTION_INTERCEPTORSstatic intINTERCEPTOR_USER_INTERCEPTORSstatic intJNDI_NAMESPACE_INTERCEPTORstatic intJPA_SFSB_DESTROYstatic 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
-
JPA_SFSB_DESTROY
public static final int JPA_SFSB_DESTROY
- See Also:
- Constant Field Values
-
INTERCEPTOR_UNINJECTION_INTERCEPTORS
public static final int INTERCEPTOR_UNINJECTION_INTERCEPTORS
- See Also:
- Constant Field Values
-
COMPONENT_UNINJECTION_INTERCEPTORS
public static final int COMPONENT_UNINJECTION_INTERCEPTORS
- See Also:
- Constant Field Values
-
INTERCEPTOR_DESTRUCTION_INTERCEPTORS
public static final int INTERCEPTOR_DESTRUCTION_INTERCEPTORS
- See Also:
- Constant Field Values
-
COMPONENT_DESTRUCTION_INTERCEPTORS
public static final int COMPONENT_DESTRUCTION_INTERCEPTORS
- 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
-
-