Uses of Class
org.apache.qpid.test.framework.localcircuit.LocalPublisherImpl

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

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

org.apache.qpid.test.framework.localcircuit   
 

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

Methods in org.apache.qpid.test.framework that return LocalPublisherImpl
protected  LocalPublisherImpl LocalCircuitFactory.createPublisherFromCircuitEnd(CircuitEndBase publisherEnd)
          Creates a local Publisher from a CircuitEnd.
protected  LocalPublisherImpl LocalAMQPCircuitFactory.createPublisherFromCircuitEnd(CircuitEndBase publisherEnd)
          Creates a local Publisher from a CircuitEnd.
 

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

Subclasses of LocalPublisherImpl in org.apache.qpid.test.framework.localcircuit
 class LocalAMQPPublisherImpl
          LocalAMQPPublisherImpl is an extension of LocalPublisherImpl that adds AMQP specific features.
 

Constructors in org.apache.qpid.test.framework.localcircuit with parameters of type LocalPublisherImpl
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.
 



Licensed to the Apache Software Foundation