activemq-cpp-3.9.5
|
#include <activemq/util/Config.h>
#include <activemq/commands/ConnectionInfo.h>
#include <activemq/commands/DestinationInfo.h>
#include <activemq/commands/SessionInfo.h>
#include <activemq/commands/ConsumerId.h>
#include <activemq/commands/ProducerId.h>
#include <activemq/commands/TransactionId.h>
#include <activemq/commands/LocalTransactionId.h>
#include <activemq/state/ConsumerState.h>
#include <activemq/state/ProducerState.h>
#include <activemq/state/SessionState.h>
#include <activemq/state/TransactionState.h>
#include <decaf/util/StlMap.h>
#include <decaf/util/concurrent/atomic/AtomicBoolean.h>
#include <decaf/util/concurrent/ConcurrentStlMap.h>
#include <decaf/util/LinkedList.h>
#include <decaf/lang/Pointer.h>
#include <string>
Go to the source code of this file.
Data Structures | |
class | activemq::state::ConnectionState |
class | activemq::state::Pointer< T, REFCOUNTER > |
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the default Reference Counter is used. More... | |
Namespaces | |
namespace | activemq |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
namespace | activemq::state |