org.jboss.weld.context
Class AbstractManagedContext
java.lang.Object
org.jboss.weld.context.AbstractContext
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
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 |
AbstractManagedContext
public AbstractManagedContext(boolean multithreaded)
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.