#include <BatchConfig.h>
Public Member Functions | |
| BatchConfig () | |
| ~BatchConfig () | |
| const BatchRequest & | GetRequest (const string &queue, const string &messageType="*") |
| void | setConfigFile (const string &configFilename) |
Private Attributes | |
| map< string, BatchRequest > | m_Requests |
| BatchConfig::BatchConfig | ( | ) |
| BatchConfig::~BatchConfig | ( | ) |
| const BatchRequest & BatchConfig::GetRequest | ( | const string & | queue, |
| const string & | messageType = "*" |
||
| ) |
| void BatchConfig::setConfigFile | ( | const string & | configFilename | ) |
|
private |