|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageMonitor | |
---|---|
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 MessageMonitor in org.apache.qpid.test.framework |
---|
Fields in org.apache.qpid.test.framework declared as MessageMonitor | |
---|---|
(package private) MessageMonitor |
CircuitEndBase.messageMonitor
Holds the message monitor for the circuit end. |
Methods in org.apache.qpid.test.framework that return MessageMonitor | |
---|---|
MessageMonitor |
CircuitEnd.getMessageMonitor()
Returns the message monitor for reporting on received messages on this circuit end. |
MessageMonitor |
CircuitEndBase.getMessageMonitor()
Returns the message monitor for reporting on received messages on this circuit end. |
Constructors in org.apache.qpid.test.framework with parameters of type MessageMonitor | |
---|---|
CircuitEndBase(MessageProducer producer,
MessageConsumer consumer,
Session session,
MessageMonitor messageMonitor,
ExceptionMonitor exceptionMonitor)
Creates a circuit end point on the specified producer, consumer and controlSession. |
Uses of MessageMonitor in org.apache.qpid.test.framework.distributedcircuit |
---|
Fields in org.apache.qpid.test.framework.distributedcircuit declared as MessageMonitor | |
---|---|
(package private) MessageMonitor |
TestClientCircuitEnd.messageMonitor
Holds a message monitor for this circuit end, either the monitor on the consumer when in RECEIVER more, or a monitor updated on every message sent, when acting as a SENDER. |
Methods in org.apache.qpid.test.framework.distributedcircuit that return MessageMonitor | |
---|---|
MessageMonitor |
TestClientCircuitEnd.getMessageMonitor()
Returns the message monitor for reporting on received messages on this circuit end. |
Uses of MessageMonitor in org.apache.qpid.test.framework.localcircuit |
---|
Constructors in org.apache.qpid.test.framework.localcircuit with parameters of type MessageMonitor | |
---|---|
LocalAMQPPublisherImpl(MessageProducer producer,
MessageConsumer consumer,
Session session,
MessageMonitor messageMonitor,
ExceptionMonitor exceptionMonitor)
Creates a circuit end point on the specified producer, consumer and controlSession. |
|
LocalPublisherImpl(MessageProducer producer,
MessageConsumer consumer,
Session session,
MessageMonitor messageMonitor,
ExceptionMonitor exceptionMonitor)
Creates a circuit end point on the specified producer, consumer and controlSession. |
|
LocalReceiverImpl(MessageProducer producer,
MessageConsumer consumer,
Session session,
MessageMonitor messageMonitor,
ExceptionMonitor exceptionMonitor)
Creates a circuit end point on the specified producer, consumer and controlSession. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |