#include <RecoverableMessage.h>
Public Types | |
|
typedef boost::shared_ptr < RecoverableMessage > | shared_ptr |
Public Member Functions | |
| virtual void | setPersistenceId (uint64_t id)=0 |
| virtual bool | loadContent (uint64_t available)=0 |
| Used by store to determine whether to load content on recovery or let message load its own content as and when it requires it. | |
| virtual void | decodeContent (framing::Buffer &buffer)=0 |
| Loads the content held in the supplied buffer (may do checking of length as necessary). | |
Definition at line 35 of file RecoverableMessage.h.
| virtual bool qpid::broker::RecoverableMessage::loadContent | ( | uint64_t | available | ) | [pure virtual] |
Used by store to determine whether to load content on recovery or let message load its own content as and when it requires it.
1.5.6