ostore.dtree
Class CreateTreeResp

java.lang.Object
  |
  +--ostore.dtree.DTreeResp
        |
        +--ostore.dtree.CreateTreeResp
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class CreateTreeResp
extends DTreeResp

Messages dispatched by a DTreeNode responding to CreateTreeReq message.

Version:
$Id: CreateTreeResp.java,v 1.8 2002/07/29 18:48:53 geels Exp $
Author:
Dennis Geels

Field Summary
 
Fields inherited from class ostore.dtree.DTreeResp
DENIED, digest, error_code, NO_ERROR, NOT_OPEN, req_digest, tree_id, UNKNOWN_TREE, UNREACHABLE
 
Constructor Summary
CreateTreeResp(CreateTreeReq req)
          Creates a new (successful) CreateTreeResp.
CreateTreeResp(InputBuffer buffer)
          Constructs a CreateTreeResp from its serialized form.
 
Methods inherited from class ostore.dtree.DTreeResp
get_digest, get_error_code, get_req_digest, get_tree_id, hashCode, serialize, successful, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateTreeResp

public CreateTreeResp(CreateTreeReq req)
Creates a new (successful) CreateTreeResp.

Parameters:
req - the corresponding CreateTreeReq.

CreateTreeResp

public CreateTreeResp(InputBuffer buffer)
               throws QSException
Constructs a CreateTreeResp from its serialized form.