|
SolarMetric Kodo JDO 3.1.6 generated on August 25 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An aggregate listener aggregates data produced by a JDOQL query.
| Method Summary | |
Object |
evaluate(Collection args,
Collection candidates,
KodoPersistenceManager pm)
Return the value of this aggregate. |
boolean |
expectsArgument()
Return whether this function expects to act on an argument. |
String |
getTag()
Return the tag that this listener listens for. |
| Method Detail |
public String getTag()
public boolean expectsArgument()
count().
public Object evaluate(Collection args,
Collection candidates,
KodoPersistenceManager pm)
args - for each candidate, the value of the argument to
the function; will be null if this aggregate does
not expect an argumentcandidates - the candidate objects being evaluatedpm - a persistence manager to use if neededJDOUserException - if this aggregate does not support
in-memory operation
|
SolarMetric Kodo JDO 3.1.6 generated on August 25 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||