Uses of Interface
org.codehaus.wadi.Context

Packages that use Context
org.codehaus.wadi   
org.codehaus.wadi.impl   
 

Uses of Context in org.codehaus.wadi
 

Subinterfaces of Context in org.codehaus.wadi
 interface Session
           
 interface WADIHttpSession
           
 

Methods in org.codehaus.wadi that return Context
 Context ContextPool.take()
           
 

Methods in org.codehaus.wadi with parameters of type Context
 void ContextPool.put(Context context)
           
 void PoolableInvocationWrapper.init(InvocationContext invocationContext, Context context)
           
 

Uses of Context in org.codehaus.wadi.impl
 

Classes in org.codehaus.wadi.impl that implement Context
 class AbstractContext
          TODO - JavaDoc this type
 class AbstractReplicableSession
          A DistributableSession enhanced with functionality associated with replication - the frequent 'backing-up' of its content to provide against catastrophic failure.
 class AtomicallyReplicableSession
           
 class DistributableSession
          A Standard Session enhanced with functionality associated with [de]serialisation - necessary to allow the movement of the session from jvm to jvm/storage.
 class PartiallyReplicableSession
           
 class StandardSession
          Our internal representation of any Web Session
 

Methods in org.codehaus.wadi.impl that return Context
 Context SessionToContextPoolAdapter.take()
           
 

Methods in org.codehaus.wadi.impl with parameters of type Context
 void StatefulHttpServletRequestWrapper.init(InvocationContext invocationContext, Context context)
           
 void StatelessHttpServletRequestWrapper.init(InvocationContext invocationContext, Context context)
           
 void SessionToContextPoolAdapter.put(Context context)
           
 



Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.