18#ifndef _ACTIVEMQ_COMMANDS_JOURNALTRACE_H_
19#define _ACTIVEMQ_COMMANDS_JOURNALTRACE_H_
23#pragma warning( disable : 4290 )
35 using decaf::lang::Pointer;
57 JournalTrace(
const JournalTrace&);
58 JournalTrace& operator= (
const JournalTrace&);
#define AMQCPP_API
Definition Config.h:30
Definition BaseDataStructure.h:33
Definition DataStructure.h:27
virtual std::string & getMessage()
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
std::string message
Definition JournalTrace.h:49
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
virtual const std::string & getMessage() const
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
virtual JournalTrace * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
static const unsigned char ID_JOURNALTRACE
Definition JournalTrace.h:53
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
virtual void setMessage(const std::string &message)
Definition ActiveMQBlobMessage.h:28
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24