|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.collectors.derived.internal.DerivedCollectorService
public class DerivedCollectorService
Manages a list of JCollector objects.
| Field Summary | |
|---|---|
protected org.ow2.util.log.Log |
logger
Logger. |
static int |
OP_DELTA
|
static int |
OP_PREV
List of supported operations |
static int |
OP_RATE
|
static java.lang.String |
PROP_OP
Property names |
static java.lang.String |
PROP_SOURCE
|
| Constructor Summary | |
|---|---|
DerivedCollectorService()
|
|
| Method Summary | |
|---|---|
org.ow2.jasmine.probe.collector.JasmineCollector |
getCollector(org.ow2.jasmine.probe.JasmineIndicator indicator,
int period,
java.lang.String probeid)
Get a Collector for this indicator and this probe |
java.util.List<org.ow2.jasmine.probe.JasminePropertyInfo> |
getPropertiesInfo()
Retrieve the description of all specific properties hidden in JasmineOutput Return a Map of all properties with their description |
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.ow2.util.log.Log logger
public static final java.lang.String PROP_OP
public static final java.lang.String PROP_SOURCE
public static final int OP_PREV
public static final int OP_DELTA
public static final int OP_RATE
| Constructor Detail |
|---|
public DerivedCollectorService()
| Method Detail |
|---|
public void start()
public void stop()
public org.ow2.jasmine.probe.collector.JasmineCollector getCollector(org.ow2.jasmine.probe.JasmineIndicator indicator,
int period,
java.lang.String probeid)
throws org.ow2.jasmine.probe.collector.JasmineCollectorException
getCollector in interface org.ow2.jasmine.probe.collector.JasmineCollectorServiceindicator - period - probeid -
org.ow2.jasmine.probe.collector.JasmineCollectorExceptionpublic java.util.List<org.ow2.jasmine.probe.JasminePropertyInfo> getPropertiesInfo()
getPropertiesInfo in interface org.ow2.jasmine.probe.collector.JasmineCollectorService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||