org.codehaus.wadi.gridstate
Interface Partition

All Superinterfaces:
PMPartition
All Known Implementing Classes:
LocalPartition, PartitionFacade, RemotePartition

public interface Partition
extends PMPartition


Method Summary
 Destination getDestination()
           
 Location getLocation(Object key)
           
 ReadWriteLock getLock()
           
 Map getMap()
           
 void init(PartitionConfig config)
           
 
Methods inherited from interface org.codehaus.wadi.PMPartition
getKey, isLocal
 

Method Detail

init

public void init(PartitionConfig config)

getDestination

public Destination getDestination()

getLocation

public Location getLocation(Object key)

getLock

public ReadWriteLock getLock()

getMap

public Map getMap()


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