Uses of Interface
org.codehaus.wadi.SessionConfig

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

Uses of SessionConfig in org.codehaus.wadi
 

Subinterfaces of SessionConfig in org.codehaus.wadi
 interface DistributableSessionConfig
          Defines Objects holding the configuration required by a DistributableSession
 interface ReplicableSessionConfig
          Defines Objects holding the configuration required by a ReplicableSession
 

Methods in org.codehaus.wadi that return SessionConfig
 SessionConfig Session.getConfig()
           
 

Methods in org.codehaus.wadi with parameters of type SessionConfig
 void SessionPool.init(SessionConfig config)
           
 Session SessionFactory.create(SessionConfig config)
           
 

Uses of SessionConfig in org.codehaus.wadi.impl
 

Classes in org.codehaus.wadi.impl that implement SessionConfig
 class ClusteredManager
           
 class DistributableManager
           
 class StandardManager
          TODO - JavaDoc this type
 

Fields in org.codehaus.wadi.impl declared as SessionConfig
protected  SessionConfig StandardSession._config
           
protected  SessionConfig SimpleSessionPool._config
           
 

Methods in org.codehaus.wadi.impl that return SessionConfig
 SessionConfig StandardSession.getConfig()
           
 

Methods in org.codehaus.wadi.impl with parameters of type SessionConfig
 Session AtomicallyReplicableSessionFactory.create(SessionConfig config)
           
 Session DistributableSessionFactory.create(SessionConfig config)
           
 void SessionToContextPoolAdapter.init(SessionConfig config)
           
 void SimpleSessionPool.init(SessionConfig config)
           
 Session StandardSessionFactory.create(SessionConfig config)
           
 

Constructors in org.codehaus.wadi.impl with parameters of type SessionConfig
StandardSession(SessionConfig config)
           
 



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