public class SingletonBean<T> extends AbstractSingletonBean<T> implements java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Frees the singleton on environment shutdown
|
T |
create(<any> env) |
java.util.Set<InjectionPoint> |
getInjectionPoints() |
getAnnotated, getAnnotatedType, getId, getName, getQualifiers, getScope, getStereotypes, getTypes, introspectObservers, introspectProducesdestroygetBean, getBeanClass, isAlternative, isNullablecalculatePassivationId, createObject, getBeanManager, getInjectionTarget, getJavaClass, introspect, isPassivationCapable, toDisplayString, toDisplayStringImpl, toStringpublic T create(<any> env)
create in class AbstractSingletonBean<T>public java.util.Set<InjectionPoint> getInjectionPoints()
getInjectionPoints in class BeanAdapter<T,T>public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class AbstractSingletonBean<T>