Uses of Interface
org.apache.qpid.test.framework.CircuitEnd

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

Classes in org.apache.qpid.test.framework that implement CircuitEnd
 class CircuitEndBase
          A CircuitEndBase is a pair consisting of one message producer and one message consumer, that represents one end of a test circuit.
 

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

Classes in org.apache.qpid.test.framework.distributedcircuit that implement CircuitEnd
 class TestClientCircuitEnd
          A TestClientCircuitEnd is a CircuitEnd that may be controlled from a TestClient, and that forms a single publishing or receiving end point in a distributed test Circuit.
 

Fields in org.apache.qpid.test.framework.distributedcircuit declared as CircuitEnd
(package private)  CircuitEnd TestClientCircuitEnd.circuitEnd
          Holds the circuit end for this test.
 

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

Classes in org.apache.qpid.test.framework.localcircuit that implement CircuitEnd
 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.
 

Methods in org.apache.qpid.test.framework.localcircuit that return CircuitEnd
 CircuitEnd LocalCircuitImpl.getLocalPublisherCircuitEnd()
          Gets the local publishing circuit end, for direct manipulation.
 CircuitEnd LocalCircuitImpl.getLocalReceiverCircuitEnd()
          Gets the local receiving circuit end, for direct manipulation.
 



Licensed to the Apache Software Foundation