|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.probe.collectors.JCollectorService
org.ow2.jasmine.probe.collectors.aggregate.internal.AggregateCollectorService
public class AggregateCollectorService
Manages a list of JCollector objects (in fact JAggregateCollector instances).
| Field Summary | |
|---|---|
static String |
LONG_DESC
|
static String |
PROP_FIELD
|
static String |
PROP_FIELD_DESC
|
static String |
PROP_OP
Properties |
static String |
PROP_OP_DESC
|
static String |
SHORT_DESC
Description |
static String |
SOURCE_DESC
Sources |
static int |
SOURCE_MAX
|
static int |
SOURCE_MIN
|
| Fields inherited from class org.ow2.jasmine.probe.collectors.JCollectorService |
|---|
collectorInfo, logger, properties |
| Constructor Summary | |
|---|---|
AggregateCollectorService()
|
|
| Method Summary | |
|---|---|
org.ow2.jasmine.probe.collector.JasmineCollector |
getCollector(org.ow2.jasmine.probe.JasmineIndicator indicator,
org.ow2.jasmine.probe.JasmineProbe probe)
Get a Collector for this indicator and this probe. |
List<String> |
getDependantIndicators(org.ow2.jasmine.probe.JasmineIndicator indic)
return the List of indicators used by this indicator. |
void |
start()
|
void |
stop()
|
| Methods inherited from class org.ow2.jasmine.probe.collectors.JCollectorService |
|---|
addCollector, getCollector, getCollectorInfo, getDependantTargets, getPropertiesInfo, getType, removeCollectors, removeTarget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SHORT_DESC
public static final String LONG_DESC
public static final String SOURCE_DESC
public static final int SOURCE_MIN
public static final int SOURCE_MAX
public static final String PROP_OP
public static final String PROP_OP_DESC
public static final String PROP_FIELD
public static final String PROP_FIELD_DESC
| Constructor Detail |
|---|
public AggregateCollectorService()
| Method Detail |
|---|
public void start()
public void stop()
public org.ow2.jasmine.probe.collector.JasmineCollector getCollector(org.ow2.jasmine.probe.JasmineIndicator indicator,
org.ow2.jasmine.probe.JasmineProbe probe)
throws org.ow2.jasmine.probe.collector.JasmineCollectorException
getCollector in interface org.ow2.jasmine.probe.collector.JasmineCollectorServicegetCollector in class org.ow2.jasmine.probe.collectors.JCollectorServiceindicator - the indicator for which values are collected by the collectorprobe - the probe using the indicator
org.ow2.jasmine.probe.collector.JasmineCollectorException - The collector could not be created.public List<String> getDependantIndicators(org.ow2.jasmine.probe.JasmineIndicator indic)
getDependantIndicators in interface org.ow2.jasmine.probe.collector.JasmineCollectorServicegetDependantIndicators in class org.ow2.jasmine.probe.collectors.JCollectorServiceindic - JasmineIndicator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||