org.cougaar.lib.aggagent.query |
|
Java Source File Name | Type | Comment |
AggregationQuery.java | Class | Instances of this class represent generalized "queries" in the sense of the
Aggregation infrastructure. |
AggregationResultSet.java | Class | A Repository for results being returned by Clusters for the associated
AggregationQuery. |
Aggregator.java | Interface | Objects implementing this interface are capable of transforming an
AggregationResultSet in arbitrary ways. |
Alert.java | Class | The Alert class is the abstract superclass of all result set monitors.
Each implementation is responsible for maintaining its own status regarding
the corresponding result set. |
AlertDescriptor.java | Class | This is a client-side description of an alert. |
BatchAggregator.java | Class | An implementation of the Aggregator interface that behavior most likely to
be used by developers. |
CompoundKey.java | Class | |
DataAtomMelder.java | Interface | Objects implementing this interface embody the nucleus of aggregation
functionality. |
QueryResultAdapter.java | Class | This adapter contains a query and links to some associated structures. |
ResultSetDataAtom.java | Class | |
ScriptSpec.java | Class | An instance of this class may be used to represent a script, including the
code itself plus a variety of information concerning the intended usage of
the script. |
UpdateListener.java | Interface | Used to listen for incremental update events on observable query objects
(this currently includes AggregationResultSet and AlertDescriptor). |
UpdateObservable.java | Class | Used by objects to provide an implementation of an update observable.
Assists in managment of update listeners. |