org.apache.qpid
Class ReportGenerator

java.lang.Object
  extended by org.apache.qpid.ReportGenerator
All Implemented Interfaces:
Runnable

public class ReportGenerator
extends Object
implements Runnable


Field Summary
(package private)  List<String> columns
           
(package private)  String[] columnvalue
           
(package private)  JMXinfo info
           
(package private)  int interval
           
(package private)  String propertyfilepath
           
(package private)  String[] propertyname
           
(package private)  String[] propertyvalue
           
(package private)  Properties props
           
 
Constructor Summary
ReportGenerator(String propfile, JMXinfo info)
           
 
Method Summary
 void echo(String str)
           
 void generatereport()
           
 void loadproperties()
           
 void printusage()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ReportGenerator

public ReportGenerator(String propfile,
                       JMXinfo info)
Method Detail

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