Uses of Class
com.sun.enterprise.deployment.EjbInterceptor
-
-
Uses of EjbInterceptor in com.sun.enterprise.container.common.spi
Method parameters in com.sun.enterprise.container.common.spi with type arguments of type EjbInterceptor Modifier and Type Method Description <T> TJCDIService. createInterceptorInstance(Class<T> interceptorClass, EjbDescriptor ejbDesc, JCDIService.JCDIInjectionContext<T> ejbContext, Set<EjbInterceptor> ejbInterceptors)Create an interceptor instance for an ejb. -
Uses of EjbInterceptor in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return EjbInterceptor Modifier and Type Method Description abstract EjbInterceptorEjbBundleDescriptor. getInterceptorByClassName(String className)Methods in com.sun.enterprise.deployment that return types with arguments of type EjbInterceptor Modifier and Type Method Description abstract Set<EjbInterceptor>EjbBundleDescriptor. getInterceptors()Methods in com.sun.enterprise.deployment with parameters of type EjbInterceptor Modifier and Type Method Description voidEjbDescriptor. addInterceptorClass(EjbInterceptor interceptor)Method parameters in com.sun.enterprise.deployment with type arguments of type EjbInterceptor Modifier and Type Method Description voidEjbDescriptor. addMethodLevelChain(List<EjbInterceptor> chain, Method method, boolean aroundInvoke)voidEjbDescriptor. appendToInterceptorChain(List<EjbInterceptor> chain) -
Uses of EjbInterceptor in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return EjbInterceptor Modifier and Type Method Description EjbInterceptorEjbInterceptorContext. getDescriptor()Methods in com.sun.enterprise.deployment.annotation.context with parameters of type EjbInterceptor Modifier and Type Method Description voidEjbInterceptorContext. setDescriptor(EjbInterceptor ejbInterceptor)Constructors in com.sun.enterprise.deployment.annotation.context with parameters of type EjbInterceptor Constructor Description EjbInterceptorContext(EjbInterceptor ejbInterceptor) -
Uses of EjbInterceptor in org.glassfish.appclient.client.acc
Method parameters in org.glassfish.appclient.client.acc with type arguments of type EjbInterceptor Modifier and Type Method Description <T> TACCJCDIServiceImpl. createInterceptorInstance(Class<T> interceptorClass, EjbDescriptor ejbDesc, JCDIService.JCDIInjectionContext<T> ejbContext, Set<EjbInterceptor> ejbInterceptors) -
Uses of EjbInterceptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return EjbInterceptor Modifier and Type Method Description EjbInterceptorEjbBundleDescriptorImpl. getInterceptorByClassName(String className)Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type EjbInterceptor Modifier and Type Method Description List<EjbInterceptor>EjbDescriptor. getAroundInvokeInterceptors(MethodDescriptor businessMethod)Return the ordered list of interceptor info for AroundInvoke behavior of a particular business method.List<EjbInterceptor>EjbDescriptor. getAroundTimeoutInterceptors(MethodDescriptor businessMethod)Return the ordered list of interceptor info for AroundTimeout behavior of a particular business method.List<EjbInterceptor>EjbDescriptor. getCallbackInterceptors(LifecycleCallbackDescriptor.CallbackType type)Return the ordered list of interceptor info for a particular callback event type.List<EjbInterceptor>EjbDescriptor. getInterceptorChain()Set<EjbInterceptor>EjbDescriptor. getInterceptorClasses()Return an unordered set of interceptor descriptors for this bean.Set<EjbInterceptor>EjbBundleDescriptorImpl. getInterceptors()Map<MethodDescriptor,List<EjbInterceptor>>EjbDescriptor. getMethodInterceptorsMap()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EjbInterceptor Modifier and Type Method Description voidEjbBundleDescriptorImpl. addInterceptor(EjbInterceptor interceptor)voidEjbDescriptor. addInterceptorClass(EjbInterceptor interceptor)Method parameters in org.glassfish.ejb.deployment.descriptor with type arguments of type EjbInterceptor Modifier and Type Method Description voidEjbDescriptor. addMethodLevelChain(List<EjbInterceptor> chain, Method m, boolean aroundInvoke)voidEjbDescriptor. appendToInterceptorChain(List<EjbInterceptor> chain) -
Uses of EjbInterceptor in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return EjbInterceptor Modifier and Type Method Description EjbInterceptorEjbInterceptorNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node with parameters of type EjbInterceptor Modifier and Type Method Description NodeEjbInterceptorNode. writeDescriptor(Node parent, String nodeName, EjbInterceptor descriptor) -
Uses of EjbInterceptor in org.glassfish.ejb.deployment.util
Fields in org.glassfish.ejb.deployment.util with type parameters of type EjbInterceptor Modifier and Type Field Description Set<EjbInterceptor>InterceptorBindingTranslator.TranslationResults. allInterceptorClassesList<EjbInterceptor>InterceptorBindingTranslator.TranslationResults. classInterceptorChainMap<MethodDescriptor,List<EjbInterceptor>>InterceptorBindingTranslator.TranslationResults. methodInterceptorsMap -
Uses of EjbInterceptor in org.glassfish.weld.services
Method parameters in org.glassfish.weld.services with type arguments of type EjbInterceptor Modifier and Type Method Description <T> TJCDIServiceImpl. createInterceptorInstance(Class<T> interceptorClass, EjbDescriptor ejb, JCDIService.JCDIInjectionContext<T> ejbContext, Set<EjbInterceptor> ejbInterceptors)
-