ostore.apps.qtree.api
Class QTreeUp

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

public class QTreeUp
extends Object
implements QuickSerializable, Cloneable, QueueElementIF

Version:
$Id: QTreeUp.java,v 1.2 2003/10/24 22:01:42 hweather Exp $
Author:
Jason Lee

Field Summary
 boolean aggregated
           
 boolean inbound
           
 SecureHash treeId
           
 
Constructor Summary
QTreeUp(boolean inbound, boolean aggregated, SecureHash treeId)
           
QTreeUp(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

aggregated

public boolean aggregated

inbound

public boolean inbound

treeId

public SecureHash treeId
Constructor Detail

QTreeUp

public QTreeUp(boolean inbound,
               boolean aggregated,
               SecureHash treeId)

QTreeUp

public QTreeUp(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