Package | Description |
---|---|
org.apache.webbeans.component | |
org.apache.webbeans.container | |
org.apache.webbeans.ejb.common.component |
Constructor and Description |
---|
InterceptorBean(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
BeanAttributes<T> beanAttributes,
Class<T> beanClass,
Map<javax.enterprise.inject.spi.InterceptionType,Method[]> interceptionMethods,
Method aroundConstruct,
InjectionTargetFactoryImpl<T> factory) |
Modifier and Type | Class and Description |
---|---|
class |
DecoratorInjectionTargetFactory<T> |
class |
InterceptorInjectionTargetFactory<T> |
Constructor and Description |
---|
BaseEjbBean(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.SessionBeanType type,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
BeanAttributes<T> beanAttributes,
Class<T> beanClass,
InjectionTargetFactoryImpl<T> factory)
Creates a new instance of the session bean.
|
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.