ostore.archive.events
Class ResurrectTombResp

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

public class ResurrectTombResp
extends Object
implements QueueElementIF, QuickSerializable

ResurrectTombResp is an event class that responds to a ResurrectTombReq once a Tombstone has been resurrected.

USAGE

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

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

Field Summary
 SecureHash guid
          guid == Archive GUID of object resurrected.
 
Constructor Summary
ResurrectTombResp()
          Constructor: Initializes instance variables to null.
ResurrectTombResp(InputBuffer buffer)
          Constructs a ResurrectTombResp 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 object resurrected.

Constructor Detail

ResurrectTombResp

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


ResurrectTombResp

public ResurrectTombResp(InputBuffer buffer)
                  throws QSException
Constructs a ResurrectTombResp 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