Uses of Class
org.glite.ce.monitorapij.queryprocessor.QueryResult

Packages that use QueryResult
org.glite.ce.monitorapij.queryprocessor   
org.glite.ce.monitorapij.types   
 

Uses of QueryResult in org.glite.ce.monitorapij.queryprocessor
 

Methods in org.glite.ce.monitorapij.queryprocessor that return QueryResult
 QueryResult[] QueryProcessor.evaluate(Query query, Event event)
          Evaluate if the specified event satisfies the query requirements.
 

Uses of QueryResult in org.glite.ce.monitorapij.types
 

Methods in org.glite.ce.monitorapij.types with parameters of type QueryResult
 void Action.execute(Notification notification, QueryResult[] results)
          Execute a set of actions on specified notification when results are successful or not.
 void Action.execute(Notification notification, QueryResult[] results)
          Execute a set of actions on specified notification when results are successful or not.