org.apache.qpid.ping
Class PingTestPerf.PerThreadSetup

java.lang.Object
  extended by org.apache.qpid.ping.PingTestPerf.PerThreadSetup
Enclosing class:
PingTestPerf

protected static class PingTestPerf.PerThreadSetup
extends Object


Field Summary
protected  String _correlationId
           
protected  PingClient _pingClient
          Holds the test ping client.
 
Constructor Summary
protected PingTestPerf.PerThreadSetup()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_pingClient

protected PingClient _pingClient
Holds the test ping client.


_correlationId

protected String _correlationId
Constructor Detail

PingTestPerf.PerThreadSetup

protected PingTestPerf.PerThreadSetup()


Licensed to the Apache Software Foundation