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

Packages that use CircuitEndBase
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 CircuitEndBase in org.apache.qpid.test.framework
 

Methods in org.apache.qpid.test.framework that return CircuitEndBase
 CircuitEndBase LocalCircuitFactory.createPublisherCircuitEnd(Connection connection, org.apache.qpid.junit.extensions.util.ParsedProperties testProps, long uniqueId)
          Builds a circuit end suitable for the publishing side of a test circuit, from standard test parameters.
 CircuitEndBase LocalAMQPCircuitFactory.createPublisherCircuitEnd(Connection connection, org.apache.qpid.junit.extensions.util.ParsedProperties testProps, long uniqueId)
          Builds a circuit end suitable for the publishing side of a test circuit, from standard test parameters.
 CircuitEndBase LocalCircuitFactory.createReceiverCircuitEnd(Connection connection, org.apache.qpid.junit.extensions.util.ParsedProperties testProps, long uniqueId)
          Builds a circuit end suitable for the receiving side of a test circuit, from standard test parameters.
 CircuitEndBase LocalAMQPCircuitFactory.createReceiverCircuitEnd(Connection connection, org.apache.qpid.junit.extensions.util.ParsedProperties testProps, long uniqueId)
          Builds a circuit end suitable for the receiving side of a test circuit, from standard test parameters.
 

Methods in org.apache.qpid.test.framework with parameters of type CircuitEndBase
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.
protected  LocalReceiverImpl LocalCircuitFactory.createReceiverFromCircuitEnd(CircuitEndBase receiverEnd)
          Creates a local Receiver from a CircuitEnd.
 

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

Subclasses of CircuitEndBase in org.apache.qpid.test.framework.localcircuit
 class LocalAMQPPublisherImpl
          LocalAMQPPublisherImpl is an extension of LocalPublisherImpl that adds AMQP specific features.
 class LocalPublisherImpl
          Provides an implementation of the Publisher interface and wraps a single message producer and consumer on a single controlSession, as a CircuitEnd.
 class LocalReceiverImpl
          Provides an implementation of the Receiver interface that wraps a single message producer and consumer on a single controlSession, as a CircuitEnd.
 

Constructors in org.apache.qpid.test.framework.localcircuit with parameters of type CircuitEndBase
LocalAMQPPublisherImpl(CircuitEndBase end)
          Creates a circuit end point from the producer, consumer and controlSession in a circuit end base implementation.
LocalPublisherImpl(CircuitEndBase end)
          Creates a circuit end point from the producer, consumer and controlSession in a circuit end base implementation.
LocalReceiverImpl(CircuitEndBase end)
          Creates a circuit end point from the producer, consumer and controlSession in a circuit end base implementation.
 



Licensed to the Apache Software Foundation