T - ejb class typepublic class EjbBeanCreatorImpl<T> extends AbstractInjectedTargetBeanCreator<T> implements EjbBeanCreator<T>
BeanCreator.MetaDataProvider| Constructor and Description |
|---|
EjbBeanCreatorImpl(BaseEjbBean<T> ejbBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCreateConditions() |
void |
defineApiType() |
Set<javax.enterprise.inject.spi.ObserverMethod<?>> |
defineObserverMethods() |
void |
defineScopeType(String errorMessage,
boolean allowLazyInit) |
BaseEjbBean<T> |
getBean() |
defineDisposalMethods, defineInjectedFields, defineInjectedMethods, defineProducerFields, defineProducerMethodsdefineName, defineQualifier, defineSerializable, defineStereoTypes, getAnnotatedType, getMetaDataProvider, isDefaultMetaDataProvider, setAnnotatedType, setMetaDataProviderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefineDisposalMethods, defineInjectedFields, defineInjectedMethods, defineProducerFields, defineProducerMethodspublic EjbBeanCreatorImpl(BaseEjbBean<T> ejbBean)
public void checkCreateConditions()
checkCreateConditions in interface BeanCreator<T>checkCreateConditions in class AbstractBeanCreator<T>public void defineScopeType(String errorMessage, boolean allowLazyInit)
defineScopeType in interface BeanCreator<T>defineScopeType in class AbstractBeanCreator<T>public void defineApiType()
defineApiType in interface BeanCreator<T>defineApiType in class AbstractBeanCreator<T>public Set<javax.enterprise.inject.spi.ObserverMethod<?>> defineObserverMethods()
defineObserverMethods in interface InjectedTargetBeanCreator<T>defineObserverMethods in class AbstractInjectedTargetBeanCreator<T>public BaseEjbBean<T> getBean()
getBean in interface BeanCreator<T>getBean in class AbstractInjectedTargetBeanCreator<T>Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.