public class ManagedSingletonBean<T> extends AbstractSingletonBean<T> implements java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
T |
create(CreationalContext<T> cxt)
Creates a new instance for the Contextual's type.
|
close, getAnnotated, getAnnotatedType, getId, getName, getQualifiers, getScope, getStereotypes, getTypes, introspectObservers, introspectProducesdestroygetBean, getBeanClass, getInjectionPoints, isAlternative, isNullablecalculatePassivationId, createObject, getBeanManager, getInjectionTarget, getJavaClass, introspect, isPassivationCapable, toDisplayString, toDisplayStringImpl, toStringpublic T create(CreationalContext<T> cxt)
Contextualcreate in interface Contextual<T>create in class AbstractSingletonBean<T>cxt - the creation context used to support circular
references.