ostore.archive.dissemination
Class DisseminationSetCreatorTag

java.lang.Object
  |
  +--ostore.archive.dissemination.DisseminationSetCreatorTag
All Implemented Interfaces:
DDTag, QuickSerializable

public class DisseminationSetCreatorTag
extends Object
implements DDTag

DisseminationSetCreatorTag is the DDTag for the SetCreator.

USAGE

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 sets.

Version:
$Id: DisseminationSetCreatorTag.java,v 1.10 2004/05/13 20:13:06 hweather Exp $
Author:
Hakim Weatherspoon
See Also:
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

DisseminationSetCreatorTag

public DisseminationSetCreatorTag()
Constructor: Creates a new DisseminationSetCreatorTag.


DisseminationSetCreatorTag

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