org.codehaus.wadi.dindex.impl
Class AbstractPartition

java.lang.Object
  extended byorg.codehaus.wadi.dindex.impl.AbstractPartition
All Implemented Interfaces:
Partition, PMPartition, Serializable, SMPartition
Direct Known Subclasses:
DummyPartition, LocalPartition, PartitionFacade, RemotePartition

public abstract class AbstractPartition
extends Object
implements Partition, Serializable

See Also:
Serialized Form

Field Summary
protected  int _key
           
 
Constructor Summary
protected AbstractPartition()
           
  AbstractPartition(int key)
           
 
Method Summary
 int getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.wadi.dindex.Partition
exchange, onMessage, onMessage, onMessage, onMessage, onMessage
 
Methods inherited from interface org.codehaus.wadi.PMPartition
isLocal
 

Field Detail

_key

protected int _key
Constructor Detail

AbstractPartition

public AbstractPartition(int key)

AbstractPartition

protected AbstractPartition()
Method Detail

getKey

public int getKey()
Specified by:
getKey in interface PMPartition


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