|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--tapestry.impl.NullTagQuery
NullTagQuery is a
TapestryQuery used in a
TapestryLocateMsg
used to find objects identified by a NullTag.
To receive an object identified by a NullTag, dispatch a
TapestryLocateMsg that contains a
NullTagQuery.
NullTag,
TapestryTag,
TapestryQuery,
TapestryLocateMsg| Constructor Summary | |
|---|---|
NullTagQuery()
Creates a new NullTagQuery. |
|
NullTagQuery(InputBuffer buffer)
Constructs a NullTagQuery 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 NullTagQuery()
NullTagQuery.
public NullTagQuery(InputBuffer buffer)
throws QSException
NullTagQuery 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 | ||||||||||