org.jboss.weld.context
Class SessionContext

java.lang.Object
  extended by org.jboss.weld.context.AbstractContext
      extended by org.jboss.weld.context.AbstractMapContext
          extended by org.jboss.weld.context.AbstractThreadLocalMapContext
              extended by org.jboss.weld.context.SessionContext
All Implemented Interfaces:
javax.enterprise.context.spi.Context

public class SessionContext
extends AbstractThreadLocalMapContext

The session context

Author:
Nicklas Karlsson

Constructor Summary
SessionContext()
          Constructor
 
Method Summary
 void setActive(boolean active)
          Set the context active, internal API for WBRI
 void setBeanStore(org.jboss.weld.context.api.BeanStore beanStore)
          Sets the bean store
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.weld.context.AbstractThreadLocalMapContext
cleanup, getBeanStore, isCreationLockRequired
 
Methods inherited from class org.jboss.weld.context.AbstractMapContext
destroy, get, get, getContextual, getId
 
Methods inherited from class org.jboss.weld.context.AbstractContext
getScope, isActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionContext

public SessionContext()
Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setActive

public void setActive(boolean active)
Description copied from class: AbstractContext
Set the context active, internal API for WBRI

Overrides:
setActive in class AbstractContext
Parameters:
active - The new state

setBeanStore

public void setBeanStore(org.jboss.weld.context.api.BeanStore beanStore)
Description copied from class: AbstractThreadLocalMapContext
Sets the bean store

Overrides:
setBeanStore in class AbstractThreadLocalMapContext
Parameters:
beanStore - The bean store


Copyright © 2008-2009 Seam Framework. All Rights Reserved.