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, introspectProduces
destroy
getBean, getBeanClass, getInjectionPoints, isAlternative, isNullable
calculatePassivationId, createObject, getBeanManager, getInjectionTarget, getJavaClass, introspect, isPassivationCapable, toDisplayString, toDisplayStringImpl, toString
public T create(CreationalContext<T> cxt)
Contextual
create
in interface Contextual<T>
create
in class AbstractSingletonBean<T>
cxt
- the creation context used to support circular
references.