DataStaging::Generator Class Reference

Simple Generator implementation. More...

#include <Generator.h>

Inheritance diagram for DataStaging::Generator:
DataStaging::DTRCallback

Public Member Functions

virtual void receiveDTR (DTR_ptr dtr)
void run (const std::string &source, const std::string &destination)

Detailed Description

Simple Generator implementation.

This Generator implementation is included in the data staging library for for basic direct testing of the library and to show how a Generator can be written. It has one method, run(), which creates a single DTR and submits it to the Scheduler.


Member Function Documentation

virtual void DataStaging::Generator::receiveDTR ( DTR_ptr  dtr  )  [virtual]

Implementation of callback from DTRCallback.

Callback method used when DTR processing is complete to pass back to the generator. The DTR is passed by value so that the scheduler can delete its copy of the object after calling this method.

Implements DataStaging::DTRCallback.


The documentation for this class was generated from the following file:
Generated on Wed Jun 27 11:54:36 2012 for Hosting Environment (Daemon) by  doxygen 1.6.3