|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.archive.dissemination.DisseminationSetCreatorTag
DisseminationSetCreatorTag
is the
DDTag
for the
SetCreator
.
A DisseminationSetCreatorTag
is use by a
SetCreator
to publishes that it has
dissemination sets
available.
To receive a dissemination set
, dispatch a
dissemination set
request
(i.e. RequestDisseminationSetMsg
).
When the SetCreator
receives the message, it will
respond with a
RequestDisseminationSetResponseMsg
containing a set of
dissemination set
s.
SetCreatorStage
,
RequestDisseminationSetMsg
,
RequestDisseminationSetResponseMsg
,
DDTag
Constructor Summary | |
---|---|
DisseminationSetCreatorTag()
Constructor: Creates a new DisseminationSetCreatorTag . |
|
DisseminationSetCreatorTag(InputBuffer buffer)
Constructs a DisseminationSetCreatorTag 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 DisseminationSetCreatorTag()
DisseminationSetCreatorTag
.
public DisseminationSetCreatorTag(InputBuffer buffer) throws QSException
DisseminationSetCreatorTag
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 |