|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.datacollector.lib.AbstractDataCollector
org.ow2.clif.datacollector.lib.AbstractProbeDataCollector
org.ow2.clif.probe.jmx_jvm.DataCollector
public class DataCollector
Data collector for JMX JVM probe
Field Summary | |
---|---|
static java.lang.String[] |
LABELS
|
Fields inherited from class org.ow2.clif.datacollector.lib.AbstractProbeDataCollector |
---|
samples, stats |
Fields inherited from class org.ow2.clif.datacollector.lib.AbstractDataCollector |
---|
sws |
Fields inherited from interface org.ow2.clif.datacollector.api.DataCollectorWrite |
---|
DATA_COLLECTOR_WRITE |
Fields inherited from interface org.ow2.clif.datacollector.api.DataCollectorAdmin |
---|
DATA_COLLECTOR_ADMIN |
Fields inherited from interface org.objectweb.fractal.api.control.LifeCycleController |
---|
STARTED, STOPPED |
Constructor Summary | |
---|---|
DataCollector()
|
Method Summary | |
---|---|
java.lang.String[] |
getLabels()
Get labels describing the statistics |
void |
init(java.io.Serializable testId,
java.lang.String probeId)
new test initialization => call super class' init() method and resets all statistics, including the cumulative ones |
Methods inherited from class org.ow2.clif.datacollector.lib.AbstractProbeDataCollector |
---|
add, getStat |
Methods inherited from class org.ow2.clif.datacollector.lib.AbstractDataCollector |
---|
add, add, add, bindFc, getFcState, listFc, lookupFc, setFilter, startFc, stopFc, terminate, unbindFc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String[] LABELS
Constructor Detail |
---|
public DataCollector()
Method Detail |
---|
public void init(java.io.Serializable testId, java.lang.String probeId)
AbstractProbeDataCollector
init
in interface DataCollectorWrite
init
in class AbstractProbeDataCollector
testId
- test identifierprobeId
- blade identifierpublic java.lang.String[] getLabels()
DataCollectorAdmin
DataCollectorAdmin.getStat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |