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

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

Subinterfaces of Publisher in org.apache.qpid.test.framework
 interface AMQPPublisher
          An AMQPPublisher represents the status of the publishing side of a test circuit that exposes AMQP specific features.
 

Methods in org.apache.qpid.test.framework that return Publisher
 Publisher Circuit.getPublisher()
          Gets the interface on the publishing end of the circuit.
 

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

Classes in org.apache.qpid.test.framework.distributedcircuit that implement Publisher
 class DistributedPublisherImpl
          DistributedPublisherImpl represents the status of the publishing side of a test circuit.
 

Methods in org.apache.qpid.test.framework.distributedcircuit that return Publisher
 Publisher DistributedCircuitImpl.getPublisher()
          Gets the interface on the publishing end of the circuit.
 

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

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

Methods in org.apache.qpid.test.framework.localcircuit that return Publisher
 Publisher LocalCircuitImpl.getPublisher()
          Gets the interface on the publishing end of the circuit.
 



Licensed to the Apache Software Foundation