org.codehaus.wadi.dindex
Interface PartitionManagerConfig

All Known Implementing Classes:
ClusteredManager

public interface PartitionManagerConfig


Method Summary
 boolean contextualise(InvocationContext invocationContext, String id, Immoter immoter, Sync motionLock, boolean exclusiveOnly)
           
 void findRelevantSessionNames(int numPartitions, Collection[] resultSet)
           
 Node getCoordinatorNode()
           
 Immoter getImmoter(String name, Motable immotable)
           
 long getInactiveTime()
           
 Sync getInvocationLock(String name)
           
 String getNodeName(Destination destination)
           
 

Method Detail

findRelevantSessionNames

public void findRelevantSessionNames(int numPartitions,
                                     Collection[] resultSet)

getCoordinatorNode

public Node getCoordinatorNode()

getInactiveTime

public long getInactiveTime()

contextualise

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

getNodeName

public String getNodeName(Destination destination)

getImmoter

public Immoter getImmoter(String name,
                          Motable immotable)

getInvocationLock

public Sync getInvocationLock(String name)


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