|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ostore.archive.events.ResurrectTombReq
ResurrectTombReq is an event class that requests a
Tombstone be resurrected from the
archive.
The required field are
guid (Archive GUID of Tombstone).
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 |
public SecureHash guid
| Constructor Detail |
public ResurrectTombReq()
public ResurrectTombReq(InputBuffer buffer)
throws QSException
ResurrectTombReq from its
serialized form.
buffer - serialized
form of object.| Method Detail |
public void serialize(OutputBuffer buffer)
serialize in interface QuickSerializablebuffer - the output buffer to add the object topublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||