|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.ce.monitorapij.queryprocessor.QueryResult
This class is used to store the result of a query processing operation.
It contains a boolean specifying if an analized event matches a query requirement,
the event message and a description String added by the QueryProcessor
.
Constructor Summary | |
QueryResult(boolean successfully,
java.lang.String message,
java.lang.String description)
Creates a new QueryResult object. |
Method Summary | |
java.lang.String |
getDescription()
Get the description of the evaluation. |
java.lang.String |
getMessage()
Get the message of the evaluated event. |
boolean |
isSuccessfully()
Check if the result of the query is positive or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryResult(boolean successfully, java.lang.String message, java.lang.String description)
successfully
- A boolean specifying if an analyzed event matches a query requirementmessage
- The event message.description
- A description added by the QueryProcessor
.Method Detail |
public boolean isSuccessfully()
public java.lang.String getMessage()
public java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |