public static final class InterceptorOrder.Component extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BMT_TRANSACTION_INTERCEPTOR |
static int |
CDI_INTERCEPTORS |
static int |
CDI_REQUEST_SCOPE |
static int |
CMP_RELATIONSHIP_INTERCEPTOR |
static int |
ENTITY_BEAN_REMOVE_INTERCEPTOR |
static int |
INITIAL_INTERCEPTOR |
static int |
JPA_SESSION_BEAN_INTERCEPTOR |
static int |
JPA_SFSB_INTERCEPTOR |
static int |
REENTRANCY_INTERCEPTOR |
static int |
SINGLETON_CONTAINER_MANAGED_CONCURRENCY_INTERCEPTOR |
static int |
SYNCHRONIZATION_INTERCEPTOR |
static int |
TERMINAL_INTERCEPTOR |
static int |
USER_INTERCEPTORS
All user level interceptors are added with the same priority, so they execute
in the order that they are added.
|
static int |
WS_HANDLERS_INTERCEPTOR |
public static final int INITIAL_INTERCEPTOR
public static final int CDI_REQUEST_SCOPE
public static final int SYNCHRONIZATION_INTERCEPTOR
public static final int REENTRANCY_INTERCEPTOR
public static final int BMT_TRANSACTION_INTERCEPTOR
public static final int ENTITY_BEAN_REMOVE_INTERCEPTOR
public static final int JPA_SFSB_INTERCEPTOR
public static final int JPA_SESSION_BEAN_INTERCEPTOR
public static final int SINGLETON_CONTAINER_MANAGED_CONCURRENCY_INTERCEPTOR
public static final int CMP_RELATIONSHIP_INTERCEPTOR
public static final int WS_HANDLERS_INTERCEPTOR
public static final int USER_INTERCEPTORS
public static final int CDI_INTERCEPTORS
public static final int TERMINAL_INTERCEPTOR
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.