|
||||||||||
| 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,
JasmineProbe probe)
Create a Collector instance corresponding to a JasmineIndicator and a JasmineProbe. |
JasmineCollectorInfo |
getCollectorInfo()
Get the Information about the Collector |
List<String> |
getDependantIndicators(JasmineIndicator indic)
Return the List of indicators used by this indicator. |
List<String> |
getDependantTargets(JasmineIndicator indic)
Return the list of targets used by this indicator |
List<JasminePropertyInfo> |
getPropertiesInfo()
Deprecated. |
void |
removeCollectors(String name,
String probeId)
Remove Collectors attached to this Indicator. |
void |
removeTarget(String name)
Remove a target. |
| Method Detail |
|---|
JasmineCollector getCollector(JasmineIndicator indicator,
JasmineProbe probe)
throws JasmineCollectorException
indicator - the given indicator's definitionprobe - the definition of the probe in which the indicator is used
JasmineCollectorExceptionList<JasminePropertyInfo> getPropertiesInfo()
JasmineCollectorInfo getCollectorInfo()
void removeCollectors(String name,
String probeId)
name - Indicator nameprobeId - Probe name. If not null, only remove collectors
corresponding to the given indicator and probe.void removeTarget(String name)
name - the name of the target to removeList<String> getDependantIndicators(JasmineIndicator indic)
indic - JasmineIndicator
List<String> getDependantTargets(JasmineIndicator indic)
indic - JasmineIndicator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||