18#ifndef _ACTIVEMQ_STATE_PRODUCERSTATE_H_
19#define _ACTIVEMQ_STATE_PRODUCERSTATE_H_
32 using namespace decaf::lang;
33 using namespace activemq::commands;
45 ProducerState(
const ProducerState&);
46 ProducerState& operator=(
const ProducerState&);
#define AMQCPP_API
Definition Config.h:30
void setTransactionState(Pointer< TransactionState > transactionState)
ProducerState(Pointer< ProducerInfo > info)
std::string toString() const
Pointer< TransactionState > getTransactionState() const
const Pointer< ProducerInfo > getInfo() const
Definition ProducerState.h:56
Definition TransactionState.h:45
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
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24