org.codehaus.wadi.dindex
Interface StateManagerConfig

All Known Implementing Classes:
DIndex

public interface StateManagerConfig


Method Summary
 boolean contextualise(InvocationContext invocationContext, String id, Immoter immoter, Sync motionLock, boolean exclusiveOnly)
           
 Dispatcher getDispatcher()
           
 long getInactiveTime()
           
 Sync getInvocationLock(String name)
           
 String getLocalNodeName()
           
 String getNodeName(Destination destination)
           
 int getNumPartitions()
           
 PartitionFacade getPartition(int key)
           
 PartitionFacade getPartition(Object key)
           
 

Method Detail

getPartition

public PartitionFacade getPartition(int key)

getPartition

public PartitionFacade getPartition(Object key)

getNumPartitions

public int getNumPartitions()

getLocalNodeName

public String getLocalNodeName()

getNodeName

public String getNodeName(Destination destination)

getDispatcher

public Dispatcher getDispatcher()

contextualise

public boolean contextualise(InvocationContext invocationContext,
                             String id,
                             Immoter immoter,
                             Sync motionLock,
                             boolean exclusiveOnly)
                      throws InvocationException
Throws:
InvocationException

getInactiveTime

public long getInactiveTime()

getInvocationLock

public Sync getInvocationLock(String name)


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