Package org.jboss.weld.contexts
Class AbstractSharedContext
java.lang.Object
org.jboss.weld.contexts.AbstractContext
org.jboss.weld.contexts.AbstractSharedContext
- All Implemented Interfaces:
jakarta.enterprise.context.spi.AlterableContext,jakarta.enterprise.context.spi.Context
- Direct Known Subclasses:
ApplicationContextImpl,SingletonContextImpl
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.weld.contexts.AbstractContext
checkContextInitialized, destroy, get, get, getContextual, getId, getServiceRegistry, isMultithreadedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.context.spi.Context
getScope
-
Constructor Details
-
AbstractSharedContext
Constructor
-
-
Method Details
-
getBeanStore
Gets the bean store- Specified by:
getBeanStorein classAbstractContext- Returns:
- The bean store
-
isActive
public boolean isActive() -
invalidate
public void invalidate() -
destroy
protected void destroy()Description copied from class:AbstractContextDestroys the context- Overrides:
destroyin classAbstractContext
-
cleanup
public void cleanup()- Overrides:
cleanupin classAbstractContext
-
toString
-