|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JasmineCollectorService
This interface is implemented by all the CollectorServices
| Method Summary | |
|---|---|
JasmineCollector |
getCollector(JasmineIndicator indicator,
int period,
java.lang.String probeid)
Get the Collector for this JasmineIndicator VO Create it if does not exist yet. |
java.util.List<java.lang.String> |
getDependantIndicators(JasmineIndicator indic)
return the List of indicators used by this indicator. |
java.util.List<JasminePropertyInfo> |
getPropertiesInfo()
Retrieve the description of all specific properties hidden in JasmineCollector Return a List of all properties with their description |
void |
removeCollectors(java.lang.String name)
Remove Collectors attached to this Indicator. |
| Method Detail |
|---|
JasmineCollector getCollector(JasmineIndicator indicator,
int period,
java.lang.String probeid)
throws JasmineCollectorException
indicator - VOperiod - nb of seconds between 2 measuresprobeid -
JasmineCollectorExceptionjava.util.List<JasminePropertyInfo> getPropertiesInfo()
void removeCollectors(java.lang.String name)
name - Indicator namejava.util.List<java.lang.String> getDependantIndicators(JasmineIndicator indic)
indic - JasmineIndicator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||