Uses of Interface
org.codehaus.wadi.ValuePool

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

Uses of ValuePool in org.codehaus.wadi
 

Methods in org.codehaus.wadi that return ValuePool
 ValuePool AttributesConfig.getValuePool()
           
 ValuePool SessionConfig.getValuePool()
           
 

Methods in org.codehaus.wadi with parameters of type ValuePool
 Object SessionManagerFactory.create(SessionPool sessionPool, AttributesFactory attributesFactory, ValuePool valuePool, SessionWrapperFactory sessionWrapperFactory, SessionIdFactory sessionIdFactory, Contextualiser contextualiser, Map sessionMap, Router router, Streamer streamer, boolean accessOnLoad, String clusterUri, String clusterName, String nodeName, InvocationProxy httpProxy, InetSocketAddress httpAddress, int numPartitions)
           
 

Uses of ValuePool in org.codehaus.wadi.impl
 

Classes in org.codehaus.wadi.impl that implement ValuePool
 class SimpleValuePool
          TODO - JavaDoc this type
 

Fields in org.codehaus.wadi.impl declared as ValuePool
protected  ValuePool StandardManager._valuePool
           
 

Methods in org.codehaus.wadi.impl that return ValuePool
 ValuePool StandardSession.getValuePool()
           
 ValuePool StandardManager.getValuePool()
           
 

Constructors in org.codehaus.wadi.impl with parameters of type ValuePool
ClusteredManager(SessionPool sessionPool, AttributesFactory attributesFactory, ValuePool valuePool, SessionWrapperFactory sessionWrapperFactory, SessionIdFactory sessionIdFactory, Contextualiser contextualiser, Map sessionMap, Router router, boolean errorIfSessionNotAcquired, Streamer streamer, boolean accessOnLoad, ReplicaterFactory replicaterFactory, ProxiedLocation location, InvocationProxy proxy, Dispatcher dispatcher, PartitionManager partitionManager, Collapser collapser)
           
DistributableManager(SessionPool sessionPool, AttributesFactory attributesFactory, ValuePool valuePool, SessionWrapperFactory sessionWrapperFactory, SessionIdFactory sessionIdFactory, Contextualiser contextualiser, Map map, Router router, boolean errorIfSessionNotAcquired, Streamer streamer, boolean accessOnLoad, ReplicaterFactory replicaterFactory)
           
StandardManager(SessionPool sessionPool, AttributesFactory attributesFactory, ValuePool valuePool, SessionWrapperFactory sessionWrapperFactory, SessionIdFactory sessionIdFactory, Contextualiser contextualiser, Map map, Router router, boolean errorIfSessionNotAcquired)
           
 



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