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:
AlterableContext,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()Get the scope type of the context object.-
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 javax.enterprise.context.spi.AlterableContext
destroy
-
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()
Description copied from interface:ContextGet the scope type of the context object.
-
-