org.apache.webbeans.context
Class SessionContext

java.lang.Object
  extended by org.apache.webbeans.context.AbstractContext
      extended by org.apache.webbeans.context.SessionContext
All Implemented Interfaces:
Externalizable, Serializable, javax.enterprise.context.spi.Context, WebBeansContext

public class SessionContext
extends AbstractContext
implements Serializable, Externalizable

Session context implementation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.webbeans.context.AbstractContext
active, componentInstanceMap, scopeType, type
 
Constructor Summary
SessionContext()
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void setComponentInstanceMap()
          
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.apache.webbeans.context.AbstractContext
checkActive, destroy, get, get, getComponentInstanceMap, getCreationalContext, getInstance, getScope, getType, initContextualBag, isActive, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionContext

public SessionContext()
Method Detail

setComponentInstanceMap

public void setComponentInstanceMap()
Description copied from class: AbstractContext

Specified by:
setComponentInstanceMap in class AbstractContext

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.