org.apache.qpid
Class ReportGenerator
java.lang.Object
org.apache.qpid.ReportGenerator
- All Implemented Interfaces:
- Runnable
public class ReportGenerator
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyname
String[] propertyname
propertyvalue
String[] propertyvalue
propertyfilepath
String propertyfilepath
columnvalue
String[] columnvalue
columns
List<String> columns
props
Properties props
info
JMXinfo info
interval
int interval
ReportGenerator
public ReportGenerator(String propfile,
JMXinfo info)
run
public void run()
- Specified by:
run
in interface Runnable
loadproperties
public void loadproperties()
generatereport
public void generatereport()
echo
public void echo(String str)
printusage
public void printusage()
Licensed to the Apache Software Foundation