AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.3.0
AMPS::RecoveryPoint Class Reference

RecoveryPoint provides access to the subId and bookmark needed to restart a subscription. More...

#include <RecoveryPoint.hpp>

Public Member Functions

const FieldgetSubId () const
 Get the sub id for this recovery point. More...
 
const FieldgetBookmark () const
 Get the bookmark for this recovery point. More...
 
RecoveryPoint deepCopy ()
 Return a deep copy of self.
 
RecoveryPoint deepCopy (const RecoveryPoint &original_)
 Make self a deep copy of original_.
 
void clear ()
 Clear the internal state, possibly reclaiming memory.
 

Detailed Description

RecoveryPoint provides access to the subId and bookmark needed to restart a subscription.

Member Function Documentation

const Field& AMPS::RecoveryPoint::getBookmark ( ) const
inline

Get the bookmark for this recovery point.

Returns
The bookmark.
const Field& AMPS::RecoveryPoint::getSubId ( ) const
inline

Get the sub id for this recovery point.

Returns
The sub id.

The documentation for this class was generated from the following file: