18 #ifndef _ACTIVEMQ_COMMANDS_REPLAYCOMMAND_H_ 19 #define _ACTIVEMQ_COMMANDS_REPLAYCOMMAND_H_ 23 #pragma warning( disable : 4290 ) 54 const static unsigned char ID_REPLAYCOMMAND = 65;
67 virtual unsigned char getDataStructureType()
const;
73 virtual std::string toString()
const;
77 virtual int getFirstNakNumber()
const;
78 virtual void setFirstNakNumber(
int firstNakNumber );
80 virtual int getLastNakNumber()
const;
81 virtual void setLastNakNumber(
int lastNakNumber );
#define AMQCPP_API
Definition: Config.h:30
Definition: ReplayCommand.h:46
int firstNakNumber
Definition: ReplayCommand.h:49
int lastNakNumber
Definition: ReplayCommand.h:50
Definition: DataStructure.h:27
virtual bool isReplayCommand() const
Definition: ReplayCommand.h:86
Interface for an Object that can visit the various Command Objects that are sent from and to this cli...
Definition: CommandVisitor.h:69
Definition: BaseCommand.h:27
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
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