Uses of Class
com.sun.enterprise.deployment.LifecycleCallbackDescriptor.CallbackType
-
Packages that use LifecycleCallbackDescriptor.CallbackType Package Description com.sun.ejb.containers com.sun.ejb.containers.interceptors com.sun.enterprise.deployment org.glassfish.ejb.deployment.descriptor -
-
Uses of LifecycleCallbackDescriptor.CallbackType in com.sun.ejb.containers
Methods in com.sun.ejb.containers with parameters of type LifecycleCallbackDescriptor.CallbackType Modifier and Type Method Description booleanBaseContainer. intercept(LifecycleCallbackDescriptor.CallbackType eventType, EJBContextImpl ctx)booleanStatefulSessionContainer. intercept(LifecycleCallbackDescriptor.CallbackType eventType, EJBContextImpl ctx) -
Uses of LifecycleCallbackDescriptor.CallbackType in com.sun.ejb.containers.interceptors
Methods in com.sun.ejb.containers.interceptors with parameters of type LifecycleCallbackDescriptor.CallbackType Modifier and Type Method Description booleanInterceptorManager. intercept(LifecycleCallbackDescriptor.CallbackType eventType, EJBContextImpl ctx)booleanInterceptorManager. intercept(LifecycleCallbackDescriptor.CallbackType eventType, Object targetObject, Object[] interceptorInstances)booleanInterceptorManager. intercept(LifecycleCallbackDescriptor.CallbackType eventType, Object targetObject, Object[] interceptorInstances, EJBContextImpl ctx)Constructors in com.sun.ejb.containers.interceptors with parameters of type LifecycleCallbackDescriptor.CallbackType Constructor Description CallbackInvocationContext(Class<?> targetObjectClass, Object[] interceptorInstances, com.sun.ejb.containers.interceptors.CallbackChainImpl chain, LifecycleCallbackDescriptor.CallbackType eventType, BaseContainer container, EJBContextImpl ctx)AroundConstructCallbackInvocationContext(Class<?> targetObjectClass, Object[] interceptorInstances, com.sun.ejb.containers.interceptors.CallbackChainImpl chain, LifecycleCallbackDescriptor.CallbackType eventType, InterceptorInfo interceptorInfo)AroundConstructCallbackInvocationContext(Object targetObjectInstance, Object[] interceptorInstances, com.sun.ejb.containers.interceptors.CallbackChainImpl chain, LifecycleCallbackDescriptor.CallbackType eventType) -
Uses of LifecycleCallbackDescriptor.CallbackType in com.sun.enterprise.deployment
Fields in com.sun.enterprise.deployment with type parameters of type LifecycleCallbackDescriptor.CallbackType Modifier and Type Field Description protected Map<LifecycleCallbackDescriptor.CallbackType,Set<LifecycleCallbackDescriptor>>JndiEnvironmentRefsGroupDescriptor. callbackDescriptorsMethods in com.sun.enterprise.deployment that return LifecycleCallbackDescriptor.CallbackType Modifier and Type Method Description static LifecycleCallbackDescriptor.CallbackTypeLifecycleCallbackDescriptor.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. -
Uses of LifecycleCallbackDescriptor.CallbackType in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor with parameters of type LifecycleCallbackDescriptor.CallbackType Modifier and Type Method Description List<EjbInterceptor>EjbDescriptor. getCallbackInterceptors(LifecycleCallbackDescriptor.CallbackType type)Return the ordered list of interceptor info for a particular callback event type.
-