ostore.apps.qtree.api
Class QTreeDown

java.lang.Object
  |
  +--ostore.apps.qtree.api.QTreeDown
All Implemented Interfaces:
Cloneable, QueueElementIF, QuickSerializable

public class QTreeDown
extends Object
implements QuickSerializable, Cloneable, QueueElementIF

Author:
Jason Lee

Field Summary
 boolean automatic
           
 boolean inbound
           
protected  SecureHash treeId
           
 
Constructor Summary
QTreeDown(boolean inbound, boolean automatic, SecureHash treeId)
           
QTreeDown(InputBuffer buffer)
           
 
Method Summary
 Object clone()
           
 SecureHash getTreeId()
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 void setTreeId(SecureHash treeId)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

automatic

public boolean automatic

inbound

public boolean inbound

treeId

protected SecureHash treeId
Constructor Detail

QTreeDown

public QTreeDown(boolean inbound,
                 boolean automatic,
                 SecureHash treeId)

QTreeDown

public QTreeDown(InputBuffer buffer)
          throws QSException
Method Detail

setTreeId

public void setTreeId(SecureHash treeId)

getTreeId

public SecureHash getTreeId()

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
CloneNotSupportedException