Uses of Interface
org.codehaus.wadi.gridstate.Dispatcher

Packages that use Dispatcher
org.codehaus.wadi   
org.codehaus.wadi.dindex   
org.codehaus.wadi.dindex.impl   
org.codehaus.wadi.gridstate   
org.codehaus.wadi.gridstate.activecluster   
org.codehaus.wadi.gridstate.impl   
org.codehaus.wadi.impl   
 

Uses of Dispatcher in org.codehaus.wadi
 

Methods in org.codehaus.wadi that return Dispatcher
 Dispatcher ClusteredContextualiserConfig.getDispatcher()
           
 Dispatcher RelocaterConfig.getDispatcher()
           
 

Uses of Dispatcher in org.codehaus.wadi.dindex
 

Methods in org.codehaus.wadi.dindex that return Dispatcher
 Dispatcher PartitionConfig.getDispatcher()
           
 Dispatcher CoordinatorConfig.getDispatcher()
           
 Dispatcher StateManagerConfig.getDispatcher()
           
 

Uses of Dispatcher in org.codehaus.wadi.dindex.impl
 

Fields in org.codehaus.wadi.dindex.impl declared as Dispatcher
protected  Dispatcher SimpleStateManager._dispatcher
           
protected  Dispatcher DIndex._dispatcher
           
protected  Dispatcher SimplePartitionManager._dispatcher
           
protected  Dispatcher Coordinator._dispatcher
           
 

Methods in org.codehaus.wadi.dindex.impl that return Dispatcher
 Dispatcher DIndex.getDispatcher()
           
 Dispatcher SimplePartitionManager.getDispatcher()
           
 

Methods in org.codehaus.wadi.dindex.impl with parameters of type Dispatcher
 void PartitionFacade.setContentRemote(long timeStamp, Dispatcher dispatcher, Destination location)
           
 

Constructors in org.codehaus.wadi.dindex.impl with parameters of type Dispatcher
SimpleStateManager(Dispatcher dispatcher, long inactiveTime)
           
DIndex(String nodeName, int numPartitions, long inactiveTime, Dispatcher dispatcher, Map distributedState, PartitionMapper mapper)
           
SimplePartitionManager(Dispatcher dispatcher, int numPartitions, Map distributedState, SimplePartitionManager.Callback callback, PartitionMapper mapper)
           
 

Uses of Dispatcher in org.codehaus.wadi.gridstate
 

Methods in org.codehaus.wadi.gridstate that return Dispatcher
 Dispatcher PartitionConfig.getDispatcher()
           
 

Uses of Dispatcher in org.codehaus.wadi.gridstate.activecluster
 

Classes in org.codehaus.wadi.gridstate.activecluster that implement Dispatcher
 class ActiveClusterDispatcher
          A Dispatcher for ActiveCluster
 

Uses of Dispatcher in org.codehaus.wadi.gridstate.impl
 

Classes in org.codehaus.wadi.gridstate.impl that implement Dispatcher
 class AbstractDispatcher
          The portable aspects of a Dispatcher implementation
 

Fields in org.codehaus.wadi.gridstate.impl declared as Dispatcher
protected  Dispatcher StaticPartitionManager._dispatcher
           
protected  Dispatcher GCache._dispatcher
           
protected  Dispatcher IndirectStateManager._dispatcher
           
 

Methods in org.codehaus.wadi.gridstate.impl that return Dispatcher
 Dispatcher StaticPartitionManager.getDispatcher()
           
 Dispatcher DummyPartitionManager.getDispatcher()
           
 

Constructors in org.codehaus.wadi.gridstate.impl with parameters of type Dispatcher
StaticPartitionManager(Dispatcher dispatcher, int numPartitions, PartitionMapper mapper)
           
GCache(Dispatcher dispatcher, PartitionManager partitionManager, StateManager stateManager)
           
IndirectStateManager(Dispatcher dispatcher, long timeout)
           
 

Uses of Dispatcher in org.codehaus.wadi.impl
 

Fields in org.codehaus.wadi.impl declared as Dispatcher
protected  Dispatcher HybridRelocater._dispatcher
           
protected  Dispatcher ClusteredManager._dispatcher
           
 

Methods in org.codehaus.wadi.impl that return Dispatcher
 Dispatcher DummyDistributableContextualiserConfig.getDispatcher()
           
 Dispatcher ClusterContextualiser.getDispatcher()
           
 Dispatcher ClusteredManager.getDispatcher()
           
 

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



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