#include <CkptRawDAO.h>
Inheritance diagram for RawOutputDAO:
Public Member Functions | |
virtual | ~RawOutputDAO () |
virtual void | byteCopy (char *data, unsigned int dataSize) |
virtual DAOSerializable * | processExternalObj (DAOSerializable *t) |
virtual byte_array * | getOutputData () |
Get the data to be written to the CKPT service. | |
Private Attributes | |
byte_array | bArray |
Definition at line 12 of file CkptRawDAO.h.
virtual RawOutputDAO::~RawOutputDAO | ( | ) | [inline, virtual] |
Definition at line 14 of file CkptRawDAO.h.
virtual void RawOutputDAO::byteCopy | ( | char * | data, | |
unsigned int | dataSize | |||
) | [inline, virtual] |
Implements CommonDAO.
Definition at line 33 of file CkptRawDAO.h.
References bArray, CkptByteArray::write(), and CkptByteArray::writeBytes().
virtual DAOSerializable* RawOutputDAO::processExternalObj | ( | DAOSerializable * | t | ) | [inline, virtual] |
Implements CommonDAO.
Definition at line 38 of file CkptRawDAO.h.
References bArray, DAOSerializable::getClassname(), and CkptByteArray::write().
virtual byte_array* RawOutputDAO::getOutputData | ( | ) | [inline, virtual] |
Get the data to be written to the CKPT service.
Implements OutputDAO.
Definition at line 45 of file CkptRawDAO.h.
References bArray.
byte_array RawOutputDAO::bArray [private] |
Definition at line 45 of file CkptRawDAO.h.
Referenced by byteCopy(), getOutputData(), and processExternalObj().