Package org.apache.webbeans.component
Class EjbInterceptorBean<T>
- java.lang.Object
-
- org.apache.webbeans.component.BeanAttributesImpl<T>
-
- org.apache.webbeans.component.AbstractOwbBean<T>
-
- org.apache.webbeans.component.InjectionTargetBean<T>
-
- org.apache.webbeans.component.InterceptorBean<T>
-
- org.apache.webbeans.component.EjbInterceptorBean<T>
-
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<T>,jakarta.enterprise.inject.spi.Bean<T>,jakarta.enterprise.inject.spi.BeanAttributes<T>,jakarta.enterprise.inject.spi.Interceptor<T>,jakarta.enterprise.inject.spi.PassivationCapable,Serializable,OwbBean<T>
public class EjbInterceptorBean<T> extends InterceptorBean<T>
InterceptorBean implementation for EJB-style Beans. This is Interceptors which got defined by being referenced via @Interceptors.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.webbeans.component.InterceptorBean
InterceptorBean.MultiMethodInvocationContext
-
-
Field Summary
-
Fields inherited from class org.apache.webbeans.component.InterceptorBean
aroundInvokeMethod
-
Fields inherited from class org.apache.webbeans.component.AbstractOwbBean
enabled, logger, passivatingId, specializedBean, webBeansContext, webBeansType
-
-
Constructor Summary
Constructors Constructor Description EjbInterceptorBean(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotated, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass, Map<jakarta.enterprise.inject.spi.InterceptionType,Method[]> interceptionMethods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Annotation>getInterceptorBindings()-
Methods inherited from class org.apache.webbeans.component.InterceptorBean
getInterceptorMethods, getScope, intercept, intercepts
-
Methods inherited from class org.apache.webbeans.component.InjectionTargetBean
defineInterceptorsIfNeeded, getAnnotatedType, getInjectionTarget, getProducer, providedId
-
Methods inherited from class org.apache.webbeans.component.AbstractOwbBean
addToStringInfo, create, destroy, equals, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, hashCode, isDependent, isEnabled, isPassivationCapable, isSpecializedBean, setEnabled, setSpecializedBean, toString
-
Methods inherited from class org.apache.webbeans.component.BeanAttributesImpl
getName, getQualifiers, getStereotypes, getTypes, isAlternative
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jakarta.enterprise.inject.spi.Bean
getBeanClass, getInjectionPoints
-
-
-
-
Constructor Detail
-
EjbInterceptorBean
public EjbInterceptorBean(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotated, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass, Map<jakarta.enterprise.inject.spi.InterceptionType,Method[]> interceptionMethods)
-
-
Method Detail
-
getInterceptorBindings
public Set<Annotation> getInterceptorBindings()
- Returns:
- always an empty Set as this interceptor doesn't have any InterceptorBindings
-
-