|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
StandardManager.getValuePool()
|
ValuePool |
StandardSession.getValuePool()
|
Constructors in org.codehaus.wadi.impl with parameters of type ValuePool | |
StandardManager(SessionPool sessionPool,
AttributesFactory attributesFactory,
ValuePool valuePool,
SessionWrapperFactory sessionWrapperFactory,
SessionIdFactory sessionIdFactory,
Contextualiser contextualiser,
Map map,
Router router,
boolean errorIfSessionNotAcquired)
|
|
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |