Uses of Interface
org.apache.qpid.testkit.ErrorHandler

Packages that use ErrorHandler
org.apache.qpid.testkit   
org.apache.qpid.testkit.soak   
 

Uses of ErrorHandler in org.apache.qpid.testkit
 

Classes in org.apache.qpid.testkit that implement ErrorHandler
 class TestLauncher
          A basic test case class that could launch a Sender/Receiver or both, each on it's own separate thread.
 

Methods in org.apache.qpid.testkit with parameters of type ErrorHandler
protected  void TestLauncher.createReceiver(String index, org.apache.qpid.client.AMQConnection con, String addr, ErrorHandler h)
           
protected  void TestLauncher.createSender(String index, org.apache.qpid.client.AMQConnection con, String addr, ErrorHandler h)
           
 void Client.setErrorHandler(ErrorHandler h)
           
 

Uses of ErrorHandler in org.apache.qpid.testkit.soak
 

Classes in org.apache.qpid.testkit.soak that implement ErrorHandler
 class ResourceLeakTest
          Test Description ================ This test will open x number of connections where each connection will create a session and a producer/consumer pair, and then a randomly selected set of connections (about 1/4th) will send a configurable no of messages and try to receive them.
 



Licensed to the Apache Software Foundation