Class InterceptorOrder.ComponentPostConstruct
- java.lang.Object
-
- org.jboss.as.ee.component.interceptors.InterceptorOrder.ComponentPostConstruct
-
- Enclosing class:
- InterceptorOrder
public static final class InterceptorOrder.ComponentPostConstruct extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intAROUND_CONSTRUCT_CHAINstatic intCDI_INTERCEPTORSstatic intCOMPONENT_RESOURCE_INJECTION_INTERCEPTORSstatic intCOMPONENT_USER_INTERCEPTORSstatic intCOMPONENT_WELD_INJECTIONstatic intCONCURRENT_CONTEXTstatic intCREATE_CDI_INTERCEPTORSstatic intEJB_SESSION_CONTEXT_INTERCEPTORstatic intEJB_SET_CONTEXT_METHOD_INVOCATION_INTERCEPTORstatic intINTERCEPTOR_INSTANTIATION_INTERCEPTORSstatic intINTERCEPTOR_RESOURCE_INJECTION_INTERCEPTORSstatic intINTERCEPTOR_USER_INTERCEPTORSstatic intINTERCEPTOR_WELD_INJECTIONstatic intJNDI_NAMESPACE_INTERCEPTORstatic intJPA_SFSB_CREATEstatic intJPA_SFSB_PRE_CREATEstatic intREQUEST_SCOPE_ACTIVATING_INTERCEPTORstatic intSETUP_CONTEXTstatic intSFSB_INIT_METHODstatic intSTARTUP_COUNTDOWN_INTERCEPTORstatic intTCCL_INTERCEPTORstatic intTERMINAL_INTERCEPTORstatic intTRANSACTION_INTERCEPTORstatic intWELD_INJECTION_CONTEXT_INTERCEPTOR
-
-
-
Field Detail
-
STARTUP_COUNTDOWN_INTERCEPTOR
public static final int STARTUP_COUNTDOWN_INTERCEPTOR
- See Also:
- Constant Field Values
-
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
-
WELD_INJECTION_CONTEXT_INTERCEPTOR
public static final int WELD_INJECTION_CONTEXT_INTERCEPTOR
- See Also:
- Constant Field Values
-
JPA_SFSB_PRE_CREATE
public static final int JPA_SFSB_PRE_CREATE
- 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
-
CREATE_CDI_INTERCEPTORS
public static final int CREATE_CDI_INTERCEPTORS
- See Also:
- Constant Field Values
-
INTERCEPTOR_INSTANTIATION_INTERCEPTORS
public static final int INTERCEPTOR_INSTANTIATION_INTERCEPTORS
- See Also:
- Constant Field Values
-
INTERCEPTOR_RESOURCE_INJECTION_INTERCEPTORS
public static final int INTERCEPTOR_RESOURCE_INJECTION_INTERCEPTORS
- See Also:
- Constant Field Values
-
INTERCEPTOR_WELD_INJECTION
public static final int INTERCEPTOR_WELD_INJECTION
- See Also:
- Constant Field Values
-
AROUND_CONSTRUCT_CHAIN
public static final int AROUND_CONSTRUCT_CHAIN
- See Also:
- Constant Field Values
-
COMPONENT_RESOURCE_INJECTION_INTERCEPTORS
public static final int COMPONENT_RESOURCE_INJECTION_INTERCEPTORS
- See Also:
- Constant Field Values
-
EJB_SET_CONTEXT_METHOD_INVOCATION_INTERCEPTOR
public static final int EJB_SET_CONTEXT_METHOD_INVOCATION_INTERCEPTOR
- See Also:
- Constant Field Values
-
COMPONENT_WELD_INJECTION
public static final int COMPONENT_WELD_INJECTION
- See Also:
- Constant Field Values
-
JPA_SFSB_CREATE
public static final int JPA_SFSB_CREATE
- See Also:
- Constant Field Values
-
REQUEST_SCOPE_ACTIVATING_INTERCEPTOR
public static final int REQUEST_SCOPE_ACTIVATING_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
-
SFSB_INIT_METHOD
public static final int SFSB_INIT_METHOD
- See Also:
- Constant Field Values
-
SETUP_CONTEXT
public static final int SETUP_CONTEXT
- See Also:
- Constant Field Values
-
TERMINAL_INTERCEPTOR
public static final int TERMINAL_INTERCEPTOR
- See Also:
- Constant Field Values
-
-