org.apache.qpid.tools
Class PerfBase

java.lang.Object
  extended by org.apache.qpid.tools.PerfBase
Direct Known Subclasses:
LatencyTest, PerfConsumer, PerfProducer

public class PerfBase
extends Object


Field Summary
(package private)  Connection con
           
(package private)  Destination dest
           
(package private)  DecimalFormat df
           
(package private)  Destination feedbackDest
           
(package private)  TestParams params
           
(package private)  Session session
           
 
Constructor Summary
PerfBase()
           
 
Method Summary
 void handleError(Exception e, String msg)
           
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

TestParams params

con

Connection con

session

Session session

dest

Destination dest

feedbackDest

Destination feedbackDest

df

DecimalFormat df
Constructor Detail

PerfBase

public PerfBase()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

handleError

public void handleError(Exception e,
                        String msg)


Licensed to the Apache Software Foundation