|
|||||||||
| 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 | |
|---|---|
JasmineCollector |
getCollector(JasmineIndicator indicator,
JasmineProbe probe)
Get a Collector for this indicator and this probe. |
List<String> |
getDependantIndicators(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, getCollectorInfo, getPropertiesInfo, getType, removeCollectors |
| 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 JasmineCollector getCollector(JasmineIndicator indicator,
JasmineProbe probe)
throws JasmineCollectorException
getCollector in interface JasmineCollectorServicegetCollector in class JCollectorServiceindicator - the indicator for which values are collected by the collectorprobe - the probe using the indicator
JasmineCollectorException - The collector could not be created.public List<String> getDependantIndicators(JasmineIndicator indic)
getDependantIndicators in interface JasmineCollectorServicegetDependantIndicators in class JCollectorServiceindic - JasmineIndicator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||