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

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

Methods in org.apache.qpid.test.framework that return Receiver
 Receiver Circuit.getReceiver()
          Gets the interface on the receiving end of the circuit.
 

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

Classes in org.apache.qpid.test.framework.distributedcircuit that implement Receiver
 class DistributedReceiverImpl
          DistributedReceiverImpl represents the status of the receiving side of a test circuit.
 

Methods in org.apache.qpid.test.framework.distributedcircuit that return Receiver
 Receiver DistributedCircuitImpl.getReceiver()
          Gets the interface on the receiving end of the circuit.
 

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

Classes in org.apache.qpid.test.framework.localcircuit that implement Receiver
 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 Receiver
 Receiver LocalCircuitImpl.getReceiver()
          Gets the interface on the receiving end of the circuit.
 



Licensed to the Apache Software Foundation