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 
 
 
 
 
 
aggregated
public boolean aggregated
inbound
public boolean inbound
treeId
public SecureHash treeId
QTreeUp
public QTreeUp(boolean inbound,
               boolean aggregated,
               SecureHash treeId)
QTreeUp
public QTreeUp(InputBuffer buffer)
        throws QSException
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