org.codehaus.wadi.impl
Class DummyDistributableContextualiserConfig

java.lang.Object
  extended byorg.codehaus.wadi.impl.DummyContextualiserConfig
      extended byorg.codehaus.wadi.impl.DummyDistributableContextualiserConfig
All Implemented Interfaces:
Config, ContextualiserConfig, DistributableContextualiserConfig

public class DummyDistributableContextualiserConfig
extends DummyContextualiserConfig
implements DistributableContextualiserConfig


Field Summary
protected  ExtendedCluster _cluster
           
protected  Map _state
           
 
Constructor Summary
DummyDistributableContextualiserConfig(ExtendedCluster cluster)
           
 
Method Summary
 void distributeState()
           
 boolean getAccessOnLoad()
           
 ClassLoader getClassLoader()
           
 ExtendedCluster getCluster()
           
 Contextualiser getContextualiser()
           
 DIndex getDIndex()
           
 Dispatcher getDispatcher()
           
 Map getDistributedState()
           
 Object getDistributedState(Object key)
           
 InetSocketAddress getHttpAddress()
           
 long getInactiveTime()
           
 String getNodeName()
           
 int getNumPartitions()
           
 SynchronizedBoolean getShuttingDown()
           
 Object putDistributedState(Object key, Object newValue)
           
 Object removeDistributedState(Object key)
           
 
Methods inherited from class org.codehaus.wadi.impl.DummyContextualiserConfig
expire, getEvictionImmoter, getMaxInactiveInterval, getRouter, getSessionPool, getTimer, notifySessionDeletion, notifySessionInsertion, notifySessionRelocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.wadi.ContextualiserConfig
expire, getEvictionImmoter, getMaxInactiveInterval, getRouter, getSessionPool, getTimer, notifySessionDeletion, notifySessionInsertion, notifySessionRelocation
 

Field Detail

_cluster

protected final ExtendedCluster _cluster

_state

protected Map _state
Constructor Detail

DummyDistributableContextualiserConfig

public DummyDistributableContextualiserConfig(ExtendedCluster cluster)
Method Detail

getClassLoader

public ClassLoader getClassLoader()

getCluster

public ExtendedCluster getCluster()

getNodeName

public String getNodeName()

getHttpAddress

public InetSocketAddress getHttpAddress()

getDistributedState

public Object getDistributedState(Object key)

putDistributedState

public Object putDistributedState(Object key,
                                  Object newValue)

removeDistributedState

public Object removeDistributedState(Object key)

distributeState

public void distributeState()

getAccessOnLoad

public boolean getAccessOnLoad()
Specified by:
getAccessOnLoad in interface DistributableContextualiserConfig

getShuttingDown

public SynchronizedBoolean getShuttingDown()
Specified by:
getShuttingDown in interface DistributableContextualiserConfig

getDistributedState

public Map getDistributedState()

getInactiveTime

public long getInactiveTime()

getNumPartitions

public int getNumPartitions()

getDispatcher

public Dispatcher getDispatcher()

getDIndex

public DIndex getDIndex()

getContextualiser

public Contextualiser getContextualiser()
Specified by:
getContextualiser in interface DistributableContextualiserConfig


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