org.codehaus.wadi.dindex
Interface PartitionConfig

All Known Implementing Classes:
SimplePartitionManager

public interface PartitionConfig


Method Summary
 Cluster getCluster()
           
 Dispatcher getDispatcher()
           
 long getInactiveTime()
           
 String getLocalNodeName()
           
 String getNodeName(Destination destination)
           
 LockManager getPMSyncs()
           
 

Method Detail

getDispatcher

public Dispatcher getDispatcher()

getCluster

public Cluster getCluster()

getNodeName

public String getNodeName(Destination destination)

getInactiveTime

public long getInactiveTime()

getLocalNodeName

public String getLocalNodeName()

getPMSyncs

public LockManager getPMSyncs()


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