org.codehaus.wadi.impl
Class DummyDistributableContextualiserConfig
java.lang.Object
org.codehaus.wadi.impl.DummyContextualiserConfig
org.codehaus.wadi.impl.DummyDistributableContextualiserConfig
- All Implemented Interfaces:
- Config, ContextualiserConfig, DistributableContextualiserConfig
- public class DummyDistributableContextualiserConfig
- extends DummyContextualiserConfig
- implements DistributableContextualiserConfig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_cluster
protected final ExtendedCluster _cluster
_state
protected Map _state
DummyDistributableContextualiserConfig
public DummyDistributableContextualiserConfig(ExtendedCluster cluster)
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.