AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.4.4
|
RecoveryPointImpl virtual base class provides access to the subId and bookmark needed to restart a subscription. More...
#include <RecoveryPoint.hpp>
Public Member Functions | |
virtual const Field & | getSubId () const =0 |
Get the sub id for this recovery point. More... | |
virtual const Field & | getBookmark () const =0 |
Get the bookmark for this recovery point. More... | |
virtual RecoveryPointImpl * | deepCopy ()=0 |
Return a deep copy of self. | |
virtual RecoveryPointImpl * | deepCopy (const RecoveryPointImpl &original_)=0 |
Make self a deep copy of original_. | |
virtual void | clear ()=0 |
Clear the internal state, possibly reclaiming memory. | |
RecoveryPointImpl virtual base class provides access to the subId and bookmark needed to restart a subscription.
|
pure virtual |
Get the bookmark for this recovery point.
Implemented in AMPS::DynamicRecoveryPoint, and AMPS::FixedRecoveryPoint.
|
pure virtual |
Get the sub id for this recovery point.
Implemented in AMPS::DynamicRecoveryPoint, and AMPS::FixedRecoveryPoint.