org.jboss.weld.context
Class AbstractSharedContext
java.lang.Object
org.jboss.weld.context.AbstractContext
org.jboss.weld.context.AbstractSharedContext
- All Implemented Interfaces:
- javax.enterprise.context.spi.Context
- Direct Known Subclasses:
- ApplicationContextImpl, SingletonContextImpl
public abstract class AbstractSharedContext
- extends AbstractContext
Methods inherited from interface javax.enterprise.context.spi.Context |
getScope |
AbstractSharedContext
protected AbstractSharedContext()
- Constructor
getBeanStore
public BeanStore getBeanStore()
- Gets the bean store
- Specified by:
getBeanStore
in class AbstractContext
- Returns:
- The bean store
isActive
public boolean isActive()
invalidate
public void invalidate()
destroy
protected void destroy()
- Description copied from class:
AbstractContext
- Destroys the context
- Overrides:
destroy
in class AbstractContext
cleanup
public void cleanup()
- Overrides:
cleanup
in class AbstractContext
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Seam Framework. All Rights Reserved.