Uses of Interface
org.apache.qpid.test.framework.sequencers.CircuitFactory

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

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

org.apache.qpid.test.framework.distributedtesting   
org.apache.qpid.test.framework.sequencers   
 

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

Classes in org.apache.qpid.test.framework that implement CircuitFactory
 class LocalAMQPCircuitFactory
          LocalAMQPCircuitFactory is a test sequencer that creates test circuits with publishing and receiving ends rooted on the same JVM, allowing AMQP/Qpid specific options to be applied to the circuit.
 class LocalCircuitFactory
          LocalCircuitFactory is a circuit factory that creates test circuits with publishing and receiving ends rooted on the same JVM.
 

Methods in org.apache.qpid.test.framework that return CircuitFactory
protected  CircuitFactory FrameworkBaseCase.getCircuitFactory()
          Returns the test case sequencer that provides test circuit, and test sequence implementations.
 

Methods in org.apache.qpid.test.framework with parameters of type CircuitFactory
 void FrameworkBaseCase.setCircuitFactory(CircuitFactory circuitFactory)
          Overrides the default test circuit factory.
 

Uses of CircuitFactory in org.apache.qpid.test.framework.distributedtesting
 

Methods in org.apache.qpid.test.framework.distributedtesting that return CircuitFactory
abstract  CircuitFactory DistributedTestDecorator.getTestSequencer()
          Should provide the distributed test sequencer to pass to FrameworkBaseCase tests.
 CircuitFactory FanOutTestDecorator.getTestSequencer()
          Should provide the distributed test sequencer to pass to FrameworkBaseCase tests.
 CircuitFactory InteropTestDecorator.getTestSequencer()
          Should provide the distributed test sequencer to pass to FrameworkBaseCase tests.
 

Uses of CircuitFactory in org.apache.qpid.test.framework.sequencers
 

Classes in org.apache.qpid.test.framework.sequencers that implement CircuitFactory
 class BaseCircuitFactory
          BaseCircuitFactory provides some functionality common to all CircuitFactorys, such as the details of all TestClients that make up the end-points of the circuits that the factory creates, and an active ConversationFactory that can be used to generate control conversations with those circuit end-points.
 class FanOutCircuitFactory
          FanOutCircuitFactory is a circuit factory that creates distributed test circuits.
 class InteropCircuitFactory
          InteropCircuitFactory is a circuit factory that creates distributed test circuits.
 



Licensed to the Apache Software Foundation