18#ifndef _ACTIVEMQ_TRANSPORT_MOCK_INTERNALCOMMANDLISTENER_H_
19#define _ACTIVEMQ_TRANSPORT_MOCK_INTERNALCOMMANDLISTENER_H_
57 InternalCommandListener(
const InternalCommandListener&);
58 InternalCommandListener operator=(
const InternalCommandListener&);
67 this->transport = transport;
71 this->responseBuilder = responseBuilder;
#define AMQCPP_API
Definition Config.h:30
A Utility class that create empty implementations for the TransportListener interface so that a subcl...
Definition DefaultTransportListener.h:36
void setResponseBuilder(const Pointer< ResponseBuilder > responseBuilder)
Definition InternalCommandListener.h:70
InternalCommandListener()
virtual ~InternalCommandListener()
void run()
Default implementation of the run method - does nothing.
void setTransport(MockTransport *transport)
Definition InternalCommandListener.h:66
virtual void onCommand(const Pointer< Command > command)
Event handler for the receipt of a command.
The MockTransport defines a base level Transport class that is intended to be used in place of an a r...
Definition MockTransport.h:61
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
A Thread is a concurrent unit of execution.
Definition Thread.h:64
A complete implementation of the List interface using a doubly linked list data structure.
Definition LinkedList.h:55
Definition CountDownLatch.h:33
Definition InternalCommandListener.h:34
Definition AbstractTransportFactory.h:30
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24