|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--tapestry.dissemination.RequestDisseminationSetQuery
RequestDisseminationSetQuery is a
TapestryQuery used in a
RequestDisseminationSetMsg
TapestryLocateMsg
used to find a SetCreator that will
respond with a set of dissemination sets.
To receive a dissemination set, dispatch a
RequestDisseminationSetMsg that contains a
RequestDisseminationSetQuery.
When the SetCreator receives the message, it will
respond with a
RequestDisseminationSetResponseMsg containing a set of
dissemination sets.
SetCreatorStage,
RequestDisseminationSetMsg,
RequestDisseminationSetResponseMsg,
TapestryLocateMsg| Constructor Summary | |
|---|---|
RequestDisseminationSetQuery()
Creates a new RequestDisseminationSetQuery. |
|
RequestDisseminationSetQuery(InputBuffer buffer)
Constructs a RequestDisseminationSetQuery from its
serialized form. |
|
| Method Summary | |
|---|---|
TapestryQueryResult |
query(SecureHash node_guid,
SecureHash bp_guid,
TapestryTag tag,
TapestryQueryState state)
Perform the query on the given backpointer and tag, possibly modifying the supplied state. |
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 RequestDisseminationSetQuery()
RequestDisseminationSetQuery.
public RequestDisseminationSetQuery(InputBuffer buffer)
throws QSException
RequestDisseminationSetQuery from its
serialized form.
buffer - serialized
form of object.| Method Detail |
public void serialize(OutputBuffer buffer)
serialize in interface QuickSerializable
public TapestryQueryResult query(SecureHash node_guid,
SecureHash bp_guid,
TapestryTag tag,
TapestryQueryState state)
TapestryQuery
query in interface TapestryQuerynode_guid - the guid of the current nodebp_guid - the guid of the node to which the backpointer pointstag - the associated tagstate - the state, passed in and (possibly) modified
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||