|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgraphServer.graph.RawQuery
public class RawQuery
RawQuery is created when a peer sends out a query, the query is given a key value as a way of indexing all querys that are ever output. The community is the community the query is requested in. The queryString is what was actually queried
Constructor Summary | |
---|---|
RawQuery(java.lang.String community,
java.lang.String queryString)
Keys the query. |
Method Summary | |
---|---|
java.lang.String |
getCommunity()
Gets the community this query comes from. |
int |
getKey()
Gets the key value (index) of this query |
java.lang.String |
getQueryString()
Gets the String that was queried |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RawQuery(java.lang.String community, java.lang.String queryString)
community
- the community the query is requested in.queryString
- String which was actually queriedMethod Detail |
---|
public java.lang.String getQueryString()
public java.lang.String getCommunity()
public int getKey()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |