#include <AppInfoHolder.hpp>
Collaboration diagram for AppInfoHolder:
Public Member Functions | |
AppInfoHolder () | |
AppInfoHolder (unsigned int aPid, const string &remoteId, const string &asctIor, const vector< string > &outputFiles) | |
void | addOutputFile (string filename) |
const vector< string > & | outputFiles () const |
const string & | remoteId () const |
const string & | asctIor () const |
int | pid () const |
bool | returnedFinished () const |
void | returnedFinished (bool value) |
void | dump () const |
Private Attributes | |
unsigned int | pid_ |
string | remoteId_ |
string | asctIor_ |
vector< string > | outputFiles_ |
bool | returnedFinished_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|