Apama Capital Markets Foundation
10.0.0.0
|
Functions | |
AP_SESSION_API void | AP_SESSION_SessionStartSuccess (AP_SESSION_Interface *smi, AP_int64 sourceId, AP_TimestampSet *tss) |
AP_SESSION_API void | AP_SESSION_SessionStartError (AP_SESSION_Interface *smi, AP_int64 sourceId, const char *errMsg, AP_TimestampSet *tss) |
AP_SESSION_API void | AP_SESSION_SessionStopSuccess (AP_SESSION_Interface *smi, AP_int64 sourceId, AP_TimestampSet *tss) |
AP_SESSION_API void | AP_SESSION_SessionStopError (AP_SESSION_Interface *smi, AP_int64 sourceId, const char *errMsg, AP_TimestampSet *tss) |
AP_SESSION_API void | AP_SESSION_SessionReconfigureSuccess (AP_SESSION_Interface *smi, AP_int64 sourceId, AP_TimestampSet *tss) |
AP_SESSION_API void | AP_SESSION_SessionReconfigureError (AP_SESSION_Interface *smi, AP_int64 sourceId, const char *errMsg, AP_TimestampSet *tss) |
Session Callbacks API
AP_SESSION_API void AP_SESSION_SessionReconfigureError | ( | AP_SESSION_Interface * | smi, |
AP_int64 | sourceId, | ||
const char * | errMsg, | ||
AP_TimestampSet * | tss | ||
) |
Callback when a Session fails to reconfigure in response to AP_SESSION_AdapterInterface::onSessionReconfigure().
smi | The AP_SESSION_Interface to use. |
sourceId | The Id of the session that failed to reconfigure. |
errMsg | An error message explaining why the session failed to reconfigure. |
tss | The timestamp set of the event. |
AP_SESSION_API void AP_SESSION_SessionReconfigureSuccess | ( | AP_SESSION_Interface * | smi, |
AP_int64 | sourceId, | ||
AP_TimestampSet * | tss | ||
) |
Callback when a Session is successfully reconfigured in response to AP_SESSION_AdapterInterface::onSessionReconfigure().
smi | The AP_SESSION_Interface to use. |
sourceId | The Id of the session that was reconfigured. |
tss | The timestamp set of the event. |
AP_SESSION_API void AP_SESSION_SessionStartError | ( | AP_SESSION_Interface * | smi, |
AP_int64 | sourceId, | ||
const char * | errMsg, | ||
AP_TimestampSet * | tss | ||
) |
Callback when a Session fails to start in response to AP_SESSION_AdapterInterface::onSessionStart().
smi | The AP_SESSION_Interface to use. |
sourceId | The Id of the session that failed to start. |
errMsg | An error message explaining why the session failed to start. |
tss | The timestamp set of the event. |
AP_SESSION_API void AP_SESSION_SessionStartSuccess | ( | AP_SESSION_Interface * | smi, |
AP_int64 | sourceId, | ||
AP_TimestampSet * | tss | ||
) |
Callback when a Session is successfully started in response to AP_SESSION_AdapterInterface::onSessionStart().
smi | The AP_SESSION_Interface to use. |
sourceId | The Id of the session that was started. |
tss | The timestamp set of the event. |
AP_SESSION_API void AP_SESSION_SessionStopError | ( | AP_SESSION_Interface * | smi, |
AP_int64 | sourceId, | ||
const char * | errMsg, | ||
AP_TimestampSet * | tss | ||
) |
Callback when a Session fails to stop in response to AP_SESSION_AdapterInterface::onSessionStop().
smi | The AP_SESSION_Interface to use. |
sourceId | The Id of the session that failed to stop. |
errMsg | An error message explaining why the session failed to stop. |
tss | The timestamp set of the event. |
AP_SESSION_API void AP_SESSION_SessionStopSuccess | ( | AP_SESSION_Interface * | smi, |
AP_int64 | sourceId, | ||
AP_TimestampSet * | tss | ||
) |
Callback when a Session is successfully stopped in response to AP_SESSION_AdapterInterface::onSessionStop().
smi | The AP_SESSION_Interface to use. |
sourceId | The Id of the session that was stopped. |
tss | The timestamp set of the event. |