|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ostore.archive.events.DisseminateTombstoneResp
DisseminateTombstoneReq is an event class that responds to a create and disseminate Tombstone request.
| Field Summary | |
|---|---|
SecureHash |
v_guid
v_guid is the version GUID of the disseminated Tombstone. |
| Constructor Summary | |
|---|---|
DisseminateTombstoneResp()
Constructor: Initializes instance variables to null. |
|
DisseminateTombstoneResp(InputBuffer buffer)
Constructs a DisseminateTombstoneResp 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 v_guid
| Constructor Detail |
public DisseminateTombstoneResp()
public DisseminateTombstoneResp(InputBuffer buffer)
throws QSException
DisseminateTombstoneResp 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 | ||||||||||