Apama Capital Markets Foundation
10.5.0.0
|
Functions | |
AP_SESSION_API void | AP_SESSION_RegisterSessions (AP_SESSION_Interface *smi) |
AP_SESSION_API void | AP_SESSION_RegisterSession (AP_SESSION_Interface *smi, const char *sessionName) |
Session Register API
AP_SESSION_API void AP_SESSION_RegisterSession | ( | AP_SESSION_Interface * | smi, |
const char * | sessionName | ||
) |
Register a specific session.
smi | The AP_SESSION_Interface to use. |
sessionName | The name of the session to register. |
AP_SESSION_API void AP_SESSION_RegisterSessions | ( | AP_SESSION_Interface * | smi | ) |
Register all session that have been added.
smi | The AP_SESSION_Interface to use. |