Uses of Class
org.apache.qpid.test.utils.ConversationFactory.Conversation

Packages that use ConversationFactory.Conversation
org.apache.qpid.test.framework.distributedcircuit   
org.apache.qpid.test.utils   
 

Uses of ConversationFactory.Conversation in org.apache.qpid.test.framework.distributedcircuit
 

Fields in org.apache.qpid.test.framework.distributedcircuit declared as ConversationFactory.Conversation
protected  ConversationFactory.Conversation[] DistributedCircuitImpl.receiverConversation
          Holds the receiver control conversations.
protected  ConversationFactory.Conversation[] DistributedCircuitImpl.senderConversation
          Holds the sender control conversations.
 

Constructors in org.apache.qpid.test.framework.distributedcircuit with parameters of type ConversationFactory.Conversation
DistributedCircuitImpl(Session session, List<TestClientDetails> senders, List<TestClientDetails> receivers, ConversationFactory.Conversation[] senderConversation, ConversationFactory.Conversation[] receiverConversation, Destination[] senderControlTopic, Destination[] receiverControlTopic)
          Creates a distributed test circuit on the specified senders and receivers.
DistributedCircuitImpl(Session session, List<TestClientDetails> senders, List<TestClientDetails> receivers, ConversationFactory.Conversation[] senderConversation, ConversationFactory.Conversation[] receiverConversation, Destination[] senderControlTopic, Destination[] receiverControlTopic)
          Creates a distributed test circuit on the specified senders and receivers.
 

Uses of ConversationFactory.Conversation in org.apache.qpid.test.utils
 

Methods in org.apache.qpid.test.utils that return ConversationFactory.Conversation
 ConversationFactory.Conversation ConversationFactory.startConversation()
          Creates a new conversation context.
 



Licensed to the Apache Software Foundation