Go to the source code of this file.
◆ cleanupCallbackThreads()
void cleanupCallbackThreads |
( |
| ) |
|
Wait for the threads to end then, clean used memory.
◆ cleanupJobStatusThreads()
void cleanupJobStatusThreads |
( |
maps ** |
| ) |
|
Wait for the threads to end then, clean used memory.
◆ handleJobStatus()
bool handleJobStatus |
( |
maps * |
pmsConf, |
|
|
maps * |
pmsInputs, |
|
|
int |
iCnt |
|
) |
| |
Invoke the handleJobStatus for a given input.
- Parameters
-
pmsConf | the maps containing the main configuration file definitions |
pmsInputs | the inputs defined in the request |
- Returns
- bool true in case of success, false in other cases
◆ invokeBasicCallback()
bool invokeBasicCallback |
( |
maps * |
conf, |
|
|
int |
state |
|
) |
| |
Invoke the callback in case there is a [subscriber] section containing one or more url parameter.
- Parameters
-
conf | the maps containing the main configuration file definitions |
state | the service state SERVICE_SUCCEEDED / STARTED / FAILED |
- Returns
- bool true in case of success, false in other cases