|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.archive.ArchiverTag
ArchiverTag
is the
DDTag
for the
ArchiverStage
.
A ArchiverTag
is used by a
ArchiverStage
to publish that it is
available to create Fragments
.
To register node
or
app
, dispatch a
ArchiverLocateReqMsg
.
When the ArchiverStage
receives the message, it will
respond with a
ArchiverLocateRespMsg
that is MAC'd (i.e. Message Authentication
Certificate).
ArchiverStage
,
ArchiverTag
,
ArchiverLocateQuery
,
ArchiverLocateReqMsg
,
ArchiverLocateRespMsg
,
DDTag
Constructor Summary | |
---|---|
ArchiverTag()
Constructor: Creates a new ArchiverTag . |
|
ArchiverTag(InputBuffer buffer)
Constructs a ArchiverTag 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 |
Constructor Detail |
public ArchiverTag()
ArchiverTag
.
public ArchiverTag(InputBuffer buffer) throws QSException
ArchiverTag
from its
serialized
form.
buffer
- serialized
form of object.Method Detail |
public void serialize(OutputBuffer buffer)
serialize
in interface QuickSerializable
buffer
- 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 |