18 #ifndef _ACTIVEMQ_TRANSPORT_MOCK_INTERNALCOMMANDLISTENER_H_ 19 #define _ACTIVEMQ_TRANSPORT_MOCK_INTERNALCOMMANDLISTENER_H_ 67 this->transport = transport;
71 this->responseBuilder = responseBuilder;
void setTransport(MockTransport *transport)
Definition: InternalCommandListener.h:66
#define AMQCPP_API
Definition: Config.h:30
Definition: CountDownLatch.h:33
Listens for Commands sent from the MockTransport.
Definition: InternalCommandListener.h:45
The MockTransport defines a base level Transport class that is intended to be used in place of an a r...
Definition: MockTransport.h:61
A Thread is a concurrent unit of execution.
Definition: Thread.h:64
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
A Utility class that create empty implementations for the TransportListener interface so that a subcl...
Definition: DefaultTransportListener.h:36
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition: Pointer.h:53
void setResponseBuilder(const Pointer< ResponseBuilder > responseBuilder)
Definition: InternalCommandListener.h:70
A complete implementation of the List interface using a doubly linked list data structure.
Definition: LinkedList.h:55