Uses of Class
org.apache.qpid.test.framework.ExceptionMonitor

Packages that use ExceptionMonitor
org.apache.qpid.test.framework

A framework for testing Qpid, built around a standard 'test circuit' design. 

org.apache.qpid.test.framework.distributedcircuit   
org.apache.qpid.test.framework.localcircuit   
 

Uses of ExceptionMonitor in org.apache.qpid.test.framework
 

Fields in org.apache.qpid.test.framework declared as ExceptionMonitor
(package private)  ExceptionMonitor CircuitEndBase.exceptionMonitor
          Holds the exception monitor for the circuit end.
 

Methods in org.apache.qpid.test.framework that return ExceptionMonitor
 ExceptionMonitor CircuitEnd.getExceptionMonitor()
          Returns the exception monitor for reporting on exceptions received on this circuit end.
 ExceptionMonitor CircuitEndBase.getExceptionMonitor()
          Returns the exception monitor for reporting on exceptions received on this circuit end.
 

Constructors in org.apache.qpid.test.framework with parameters of type ExceptionMonitor
CircuitEndBase(MessageProducer producer, MessageConsumer consumer, Session session, MessageMonitor messageMonitor, ExceptionMonitor exceptionMonitor)
          Creates a circuit end point on the specified producer, consumer and controlSession.
 

Uses of ExceptionMonitor in org.apache.qpid.test.framework.distributedcircuit
 

Methods in org.apache.qpid.test.framework.distributedcircuit that return ExceptionMonitor
 ExceptionMonitor TestClientCircuitEnd.getExceptionMonitor()
          Returns the exception monitor for reporting on exceptions received on this circuit end.
 

Uses of ExceptionMonitor in org.apache.qpid.test.framework.localcircuit
 

Methods in org.apache.qpid.test.framework.localcircuit that return ExceptionMonitor
 ExceptionMonitor LocalCircuitImpl.getConnectionExceptionMonitor()
          Gets the exception monitor for the publishing ends connection.
 ExceptionMonitor LocalCircuitImpl.getExceptionMonitor()
          Gets the exception monitor for the publishing ends controlSession.
 

Constructors in org.apache.qpid.test.framework.localcircuit with parameters of type ExceptionMonitor
LocalAMQPPublisherImpl(MessageProducer producer, MessageConsumer consumer, Session session, MessageMonitor messageMonitor, ExceptionMonitor exceptionMonitor)
          Creates a circuit end point on the specified producer, consumer and controlSession.
LocalCircuitImpl(org.apache.qpid.junit.extensions.util.ParsedProperties testProps, LocalPublisherImpl publisher, LocalReceiverImpl receiver, Connection connection, ExceptionMonitor connectionExceptionMonitor)
          Creates a test circuit using the specified test parameters.
LocalPublisherImpl(MessageProducer producer, MessageConsumer consumer, Session session, MessageMonitor messageMonitor, ExceptionMonitor exceptionMonitor)
          Creates a circuit end point on the specified producer, consumer and controlSession.
LocalReceiverImpl(MessageProducer producer, MessageConsumer consumer, Session session, MessageMonitor messageMonitor, ExceptionMonitor exceptionMonitor)
          Creates a circuit end point on the specified producer, consumer and controlSession.
 



Licensed to the Apache Software Foundation