Method Summary |
|
public boolean | cancelAlert(String queryId, String alertName) Request cancelation of an active alert. |
public boolean | cancelQuery(String queryId) Request cancelation of an active persistent query. |
public boolean | createAlert(AlertDescriptor ad) Request the creation of an alert on aggregation agent.
Parameters: ad - alert descriptor that fully describes the alert. |
public AlertMonitor | createAlertMonitor() Create an monitor object that can be used to keep a set of monitored
alerts current by using a keep alive session which sends incremental
updates from the AggregationPSP. |
public AlertMonitor | createAlertMonitor(int waitPeriod) Create an monitor object that can be used to keep a set of monitored
alerts current by periodically pulling from a passive session on
AggregationPSP. |
public Object | createQuery(AggregationQuery aq) Request the creation of a query on aggregation agent.
Parameters: aq - aggregation query object that fully describes the query. |
public ResultSetMonitor | createResultSetMonitor() Create an monitor object that can be used to keep a set of monitored
result sets current by using a keep alive session which sends incremental
updates from the AggregationPSP. |
public ResultSetMonitor | createResultSetMonitor(int waitPeriod) Create an monitor object that can be used to keep a set of monitored
result sets current by periodically pulling from a passive session on
AggregationPSP. |
public Collection | getActiveAlerts() Returns a collection of Alert Descriptors for all alerts on the
aggregation agent's log plan. |
public Collection | getActiveQueries() Returns a collection of all Query Result Adapters on the aggregation
agent's log plan. |
public Collection | getClusterIds() Request a list of all clusters in the society excluding the aggregation
agent. |
public String | getSystemProperty(String propertyName) Get the value of a system property from the aggregation agent's
environment. |
public AggregationResultSet | getUpdatedResultSet(String queryId) Get an updated result set for an active persistent query from blackboard
of aggregation agent.
Parameters: queryId - id of query result adapter for needed result set. |
public boolean | updateQuery(QueryResultAdapter qra) Send an update to an active persistent query. |