OutputDAO Class Reference

Abstract base class for all DAO's writing data to the storage medium from user objects. More...

#include <CkptDAO.h>

Inheritance diagram for OutputDAO:

CommonDAO RawOutputDAO List of all members.

Public Member Functions

virtual DAOMode getMode ()
virtual byte_arraygetOutputData ()=0
 Get the data to be written to the CKPT service.

Detailed Description

Abstract base class for all DAO's writing data to the storage medium from user objects.

Typically accessed via a CommonDAO pointer created via a DAOInterfaceFactory.

Definition at line 79 of file CkptDAO.h.


Member Function Documentation

virtual DAOMode OutputDAO::getMode (  )  [inline, virtual]

Implements CommonDAO.

Definition at line 81 of file CkptDAO.h.

References DAO_OUTPUT.

virtual byte_array* OutputDAO::getOutputData (  )  [pure virtual]

Get the data to be written to the CKPT service.

Implemented in RawOutputDAO.


The documentation for this class was generated from the following file:
Generated on Fri Apr 27 17:20:02 2007 for aiscoal by  doxygen 1.5.2