org.jboss.weld.context
Class AbstractSharedContext

java.lang.Object
  extended by org.jboss.weld.context.AbstractContext
      extended by org.jboss.weld.context.AbstractSharedContext
All Implemented Interfaces:
javax.enterprise.context.spi.Context
Direct Known Subclasses:
ApplicationContextImpl, SingletonContextImpl

public abstract class AbstractSharedContext
extends AbstractContext


Constructor Summary
protected AbstractSharedContext()
          Constructor
 
Method Summary
 void cleanup()
           
protected  void destroy()
          Destroys the context
 BeanStore getBeanStore()
          Gets the bean store
 void invalidate()
           
 boolean isActive()
           
 String toString()
           
 
Methods inherited from class org.jboss.weld.context.AbstractContext
get, get, getContextual, getId, getServiceRegistry
 
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.Context
getScope
 

Constructor Detail

AbstractSharedContext

protected AbstractSharedContext()
Constructor

Method Detail

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.