org.codehaus.wadi.dindex.messages
Class PartitionTransferResponse

java.lang.Object
  extended byorg.codehaus.wadi.dindex.messages.PartitionTransferResponse
All Implemented Interfaces:
OldMessage, Serializable

public class PartitionTransferResponse
extends Object
implements OldMessage, Serializable

See Also:
Serialized Form

Field Summary
protected  boolean _success
           
 
Constructor Summary
protected PartitionTransferResponse()
           
  PartitionTransferResponse(boolean success)
           
 
Method Summary
 boolean getSuccess()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_success

protected boolean _success
Constructor Detail

PartitionTransferResponse

public PartitionTransferResponse(boolean success)

PartitionTransferResponse

protected PartitionTransferResponse()
Method Detail

getSuccess

public boolean getSuccess()

toString

public String toString()


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