Uses of Interface
org.codehaus.wadi.AttributesFactory

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

Uses of AttributesFactory in org.codehaus.wadi
 

Methods in org.codehaus.wadi that return AttributesFactory
 AttributesFactory SessionConfig.getAttributesFactory()
           
 

Methods in org.codehaus.wadi with parameters of type AttributesFactory
 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 AttributesFactory in org.codehaus.wadi.impl
 

Classes in org.codehaus.wadi.impl that implement AttributesFactory
 class DistributableAttributesFactory
           
 class LazyAttributesFactory
           
 class StandardAttributesFactory
           
 

Fields in org.codehaus.wadi.impl declared as AttributesFactory
protected  AttributesFactory StandardManager._attributesFactory
           
 

Methods in org.codehaus.wadi.impl that return AttributesFactory
 AttributesFactory StandardManager.getAttributesFactory()
           
 

Constructors in org.codehaus.wadi.impl with parameters of type AttributesFactory
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)
           
 



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