|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--dd.api.DDQueryResultMatch
A result indicating that the given
DD tag (and possibly others) satisfy the given
query.
DDQuery,
DDQueryState,
DDQueryResult,
DDQueryResultNoMatch,
DDLocateMsg,
DDLocateFailure| Constructor Summary | |
|---|---|
DDQueryResultMatch(SecureHash[] matches,
boolean stop)
Constructor: Creates a new DDQueryResultMatch. |
|
| Method Summary | |
|---|---|
SecureHash[] |
matches()
A list of object pointers to follow. |
boolean |
stop()
Whether the location operation should stop
or continue up the tree toward the root. |
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 DDQueryResultMatch(SecureHash[] matches,
boolean stop)
DDQueryResultMatch.
matches - List of object pointers
to follow.stop - Whether the location operation
should stop or continue up the tree toward the root.| Method Detail |
public SecureHash[] matches()
pointers to follow.
pointers to
follow.public boolean stop()
location operation should stop
or continue up the tree toward the root.
location operation should
stop or continue up the tree toward the root.public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||