Uses of Class
com.sun.enterprise.deployment.InterceptorDescriptor
-
-
Uses of InterceptorDescriptor in com.sun.ejb.containers.interceptors
Methods in com.sun.ejb.containers.interceptors that return InterceptorDescriptor Modifier and Type Method Description static InterceptorDescriptorSystemInterceptorProxy. createInterceptorDesc() -
Uses of InterceptorDescriptor in com.sun.enterprise.container.common.spi.util
Methods in com.sun.enterprise.container.common.spi.util that return types with arguments of type InterceptorDescriptor Modifier and Type Method Description List<? extends InterceptorDescriptor>InterceptorInfo. getAroundConstructInterceptors()List<? extends InterceptorDescriptor>InterceptorInfo. getAroundInvokeInterceptors(Method m)List<? extends InterceptorDescriptor>InterceptorInfo. getPostConstructInterceptors()List<? extends InterceptorDescriptor>InterceptorInfo. getPreDestroyInterceptors()Method parameters in com.sun.enterprise.container.common.spi.util with type arguments of type InterceptorDescriptor Modifier and Type Method Description voidInterceptorInfo. setAroundConstructInterceptors(List<? extends InterceptorDescriptor> interceptors)voidInterceptorInfo. setAroundInvokeInterceptorChains(Map<Method,List<? extends InterceptorDescriptor>> chains)voidInterceptorInfo. setPostConstructInterceptors(List<? extends InterceptorDescriptor> interceptors)voidInterceptorInfo. setPreDestroyInterceptors(List<? extends InterceptorDescriptor> interceptors) -
Uses of InterceptorDescriptor in com.sun.enterprise.deployment
Subclasses of InterceptorDescriptor in com.sun.enterprise.deployment Modifier and Type Class Description classEjbInterceptorContains information about 1 ejb interceptor.Methods in com.sun.enterprise.deployment that return types with arguments of type InterceptorDescriptor Modifier and Type Method Description List<InterceptorDescriptor>ManagedBeanDescriptor. getAroundConstructCallbackInterceptors(Class clz, Constructor ctor)Return the ordered list of AroundConstruct interceptorsList<InterceptorDescriptor>ManagedBeanDescriptor. getAroundInvokeInterceptors(Method m)Return the ordered list of interceptor info for AroundInvoke behavior of a particular business method.List<InterceptorDescriptor>ManagedBeanDescriptor. getCallbackInterceptors(LifecycleCallbackDescriptor.CallbackType type)Return the ordered list of interceptor info for a particular callback event type.Methods in com.sun.enterprise.deployment with parameters of type InterceptorDescriptor Modifier and Type Method Description voidEjbDescriptor. addFrameworkInterceptor(InterceptorDescriptor interceptor)Method parameters in com.sun.enterprise.deployment with type arguments of type InterceptorDescriptor Modifier and Type Method Description voidManagedBeanDescriptor. setClassInterceptorChain(List<InterceptorDescriptor> chain)voidManagedBeanDescriptor. setMethodLevelInterceptorChain(MethodDescriptor m, List<InterceptorDescriptor> chain) -
Uses of InterceptorDescriptor in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context with parameters of type InterceptorDescriptor Modifier and Type Method Description voidManagedBeanContext. setInterceptorMode(InterceptorDescriptor desc) -
Uses of InterceptorDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type InterceptorDescriptor Modifier and Type Method Description List<InterceptorDescriptor>EjbDescriptor. getFrameworkInterceptors()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type InterceptorDescriptor Modifier and Type Method Description voidEjbDescriptor. addFrameworkInterceptor(InterceptorDescriptor interceptor)
-