public abstract class AbstractEEBean<T> extends AbstractStaticallyDecorableBuiltInBean<T>
AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
Modifier | Constructor and Description |
---|---|
protected |
AbstractEEBean(Class<T> type,
Callable<T> callable,
BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
void |
destroy(T instance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
protected T |
newInstance(javax.enterprise.inject.spi.InjectionPoint ip,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
getDecorators, getProxyClass, initializeAfterBeanDiscovery
create, getBeanClass, getDecorators, getInjectionPoint
cleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
getBeanManager, getQualifierInstances, initialize, isDependent, isNormalScoped
attributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, toString, unwrap
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected AbstractEEBean(Class<T> type, Callable<T> callable, BeanManagerImpl beanManager)
protected T newInstance(javax.enterprise.inject.spi.InjectionPoint ip, javax.enterprise.context.spi.CreationalContext<T> creationalContext)
newInstance
in class AbstractDecorableBuiltInBean<T>
Copyright © 2016. All rights reserved.