|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProbeManager
Interface used by the JasmineProbe optional services.
| Method Summary | |
|---|---|
JasmineAggregateService |
getAggregate(java.lang.String key)
Get the AggregateServices corresponding to an aggregate function. |
java.util.List<java.lang.String> |
getAggregateFuntions()
Get the name of aggregate functions provided by AggregateServices. |
JasmineCollector |
getCollector(java.lang.String indicator,
int period,
java.lang.String probeid)
Get a Collector by its Indicator name |
JasmineTarget |
getTarget(java.lang.String name)
Get a JasmineTarget by its name |
| Method Detail |
|---|
JasmineCollector getCollector(java.lang.String indicator,
int period,
java.lang.String probeid)
throws JasmineProbeException
indicator - indicator nameperiod - the period of the probe using the indicatorprobeid -
JasmineProbeExceptionjava.util.List<java.lang.String> getAggregateFuntions()
JasmineAggregateService getAggregate(java.lang.String key)
key - aggregate function name
JasmineTarget getTarget(java.lang.String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||