org.jboss.weld.context
Class AbstractManagedContext

java.lang.Object
  extended by org.jboss.weld.context.AbstractContext
      extended by org.jboss.weld.context.AbstractManagedContext
All Implemented Interfaces:
javax.enterprise.context.spi.Context, org.jboss.weld.context.ManagedContext
Direct Known Subclasses:
AbstractBoundContext, AbstractUnboundContext

public abstract class AbstractManagedContext
extends AbstractContext
implements org.jboss.weld.context.ManagedContext


Constructor Summary
AbstractManagedContext(boolean multithreaded)
           
 
Method Summary
 void activate()
           
 void cleanup()
           
 void deactivate()
           
 void invalidate()
           
 boolean isActive()
           
protected  void setActive(boolean active)
           
 
Methods inherited from class org.jboss.weld.context.AbstractContext
destroy, get, get, getBeanStore, getContextual, getId, getServiceRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.enterprise.context.spi.Context
get, get, getScope
 

Constructor Detail

AbstractManagedContext

public AbstractManagedContext(boolean multithreaded)
Method Detail

isActive

public boolean isActive()
Specified by:
isActive in interface javax.enterprise.context.spi.Context

setActive

protected void setActive(boolean active)

invalidate

public void invalidate()
Specified by:
invalidate in interface org.jboss.weld.context.ManagedContext

activate

public void activate()
Specified by:
activate in interface org.jboss.weld.context.ManagedContext

deactivate

public void deactivate()
Specified by:
deactivate in interface org.jboss.weld.context.ManagedContext

cleanup

public void cleanup()
Overrides:
cleanup in class AbstractContext


Copyright © 2013 Seam Framework. All Rights Reserved.