org.codehaus.wadi
Interface ClusteredContextualiserConfig

All Superinterfaces:
Config, ContextualiserConfig, DistributableContextualiserConfig
All Known Implementing Classes:
ClusteredManager

public interface ClusteredContextualiserConfig
extends DistributableContextualiserConfig


Method Summary
 void distributeState()
           
 DIndex getDIndex()
           
 Dispatcher getDispatcher()
           
 Map getDistributedState()
           
 Object getDistributedState(Object key)
           
 long getInactiveTime()
           
 InvocationProxy getInvocationProxy()
           
 String getNodeName()
           
 int getNumPartitions()
           
 ProxiedLocation getProxiedLocation()
           
 Object putDistributedState(Object key, Object value)
           
 Object removeDistributedState(Object key)
           
 
Methods inherited from interface org.codehaus.wadi.DistributableContextualiserConfig
getAccessOnLoad, getContextualiser, getShuttingDown
 
Methods inherited from interface org.codehaus.wadi.ContextualiserConfig
expire, getEvictionImmoter, getMaxInactiveInterval, getRouter, getSessionPool, getTimer, notifySessionDeletion, notifySessionInsertion, notifySessionRelocation
 

Method Detail

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.