| Package | Description |
|---|---|
| com.sun.ejb.containers | |
| com.sun.ejb.containers.interceptors | |
| com.sun.enterprise.deployment | |
| org.glassfish.ejb.deployment.descriptor |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseContainer.intercept(LifecycleCallbackDescriptor.CallbackType eventType,
EJBContextImpl ctx) |
boolean |
StatefulSessionContainer.intercept(LifecycleCallbackDescriptor.CallbackType eventType,
EJBContextImpl ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InterceptorManager.intercept(LifecycleCallbackDescriptor.CallbackType eventType,
EJBContextImpl ctx) |
boolean |
InterceptorManager.intercept(LifecycleCallbackDescriptor.CallbackType eventType,
Object targetObject,
Object[] interceptorInstances) |
boolean |
InterceptorManager.intercept(LifecycleCallbackDescriptor.CallbackType eventType,
Object targetObject,
Object[] interceptorInstances,
EJBContextImpl ctx) |
| Constructor and Description |
|---|
CallbackInvocationContext(Class<?> targetObjectClass,
Object[] interceptorInstances,
com.sun.ejb.containers.interceptors.CallbackChainImpl chain,
LifecycleCallbackDescriptor.CallbackType eventType,
BaseContainer container,
EJBContextImpl ctx)
AroundConstruct
|
CallbackInvocationContext(Class<?> targetObjectClass,
Object[] interceptorInstances,
com.sun.ejb.containers.interceptors.CallbackChainImpl chain,
LifecycleCallbackDescriptor.CallbackType eventType,
InterceptorInfo interceptorInfo)
AroundConstruct
|
CallbackInvocationContext(Object targetObjectInstance,
Object[] interceptorInstances,
com.sun.ejb.containers.interceptors.CallbackChainImpl chain,
LifecycleCallbackDescriptor.CallbackType eventType) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<LifecycleCallbackDescriptor.CallbackType,Set<LifecycleCallbackDescriptor>> |
JndiEnvironmentRefsGroupDescriptor.callbackDescriptors |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleCallbackDescriptor.CallbackType |
LifecycleCallbackDescriptor.CallbackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleCallbackDescriptor.CallbackType[] |
LifecycleCallbackDescriptor.CallbackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<EjbInterceptor> |
EjbDescriptor.getCallbackInterceptors(LifecycleCallbackDescriptor.CallbackType type)
Return the ordered list of interceptor info for a particular callback event type.
|
Copyright © 2019. All rights reserved.