org.codehaus.wadi
Interface ClusteredContextualiserConfig
- All Superinterfaces:
- Config, ContextualiserConfig, DistributableContextualiserConfig
- All Known Implementing Classes:
- ClusteredManager
- public interface ClusteredContextualiserConfig
- extends DistributableContextualiserConfig
getNodeName
public String getNodeName()
getInvocationProxy
public InvocationProxy getInvocationProxy()
getProxiedLocation
public ProxiedLocation getProxiedLocation()
getDistributedState
public Object getDistributedState(Object key)
putDistributedState
public Object putDistributedState(Object key,
Object value)
removeDistributedState
public Object removeDistributedState(Object key)
distributeState
public void distributeState()
throws Exception
- Throws:
Exception
getDistributedState
public Map getDistributedState()
getInactiveTime
public long getInactiveTime()
getNumPartitions
public int getNumPartitions()
getDispatcher
public Dispatcher getDispatcher()
getDIndex
public DIndex getDIndex()
Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.