Package org.jboss.weld.contexts.unbound
Class SingletonContextImpl
- java.lang.Object
-
- org.jboss.weld.contexts.AbstractContext
-
- org.jboss.weld.contexts.AbstractSharedContext
-
- org.jboss.weld.contexts.unbound.SingletonContextImpl
-
- All Implemented Interfaces:
jakarta.enterprise.context.spi.AlterableContext,jakarta.enterprise.context.spi.Context,SingletonContext
public class SingletonContextImpl extends AbstractSharedContext implements SingletonContext
-
-
Constructor Summary
Constructors Constructor Description SingletonContextImpl(String contextId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>getScope()-
Methods inherited from class org.jboss.weld.contexts.AbstractSharedContext
cleanup, destroy, getBeanStore, invalidate, isActive, toString
-
Methods inherited from class org.jboss.weld.contexts.AbstractContext
checkContextInitialized, destroy, get, get, getContextual, getId, getServiceRegistry, isMultithreaded
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jboss.weld.context.SingletonContext
invalidate
-
-
-
-
Constructor Detail
-
SingletonContextImpl
public SingletonContextImpl(String contextId)
-
-
Method Detail
-
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScopein interfacejakarta.enterprise.context.spi.Context
-
-