ostore.archive.events
Class ResurrectTombReq

java.lang.Object
  |
  +--ostore.archive.events.ResurrectTombReq
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class ResurrectTombReq
extends Object
implements QueueElementIF, QuickSerializable

ResurrectTombReq is an event class that requests a Tombstone be resurrected from the archive.

USAGE

The required field are guid (Archive GUID of Tombstone).

Version:
$Id: ResurrectTombReq.java,v 1.14 2002/07/22 20:54:52 srhea Exp $
Author:
Hakim Weatherspoon
See Also:
ResurrectTombResp

Field Summary
 SecureHash guid
          guid == Archive GUID of Tombstone.
 
Constructor Summary
ResurrectTombReq()
          Constructor: Initializes instance variables to null.
ResurrectTombReq(InputBuffer buffer)
          Constructs a ResurrectTombReq from its serialized form.
 
Method Summary
 void serialize(OutputBuffer buffer)
          Specified by ostore.util.QuickSerializable
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

guid

public SecureHash guid
guid == Archive GUID of Tombstone.

Constructor Detail

ResurrectTombReq

public ResurrectTombReq()
Constructor: Initializes instance variables to null.


ResurrectTombReq

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

Parameters:
buffer - serialized form of object.
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable

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

toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object