|
||||||||||
| 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(String key)
Get the AggregateServices corresponding to an aggregate function. |
List<String> |
getAggregateFuntions()
Get the name of aggregate functions provided by AggregateServices. |
JasmineCollector |
getCollector(String indicator,
int period,
String probeid)
Get a Collector by its Indicator name |
JasmineTarget |
getTarget(String name)
Get a JasmineTarget by its name |
| Method Detail |
|---|
JasmineCollector getCollector(String indicator,
int period,
String probeid)
throws JasmineProbeException
indicator - indicator nameperiod - the period of the probe using the indicatorprobeid -
JasmineProbeExceptionList<String> getAggregateFuntions()
JasmineAggregateService getAggregate(String key)
key - aggregate function name
JasmineTarget getTarget(String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||