Apama Capital Markets Foundation  10.7.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Session Register API

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)
 

Detailed Description

Session Register API

Function Documentation

AP_SESSION_API void AP_SESSION_RegisterSession ( AP_SESSION_Interface smi,
const char *  sessionName 
)

Register a specific session.

Parameters
smiThe AP_SESSION_Interface to use.
sessionNameThe name of the session to register.
See also
onSessionRegistrationSuccess
onSessionRegistrationError
AP_SESSION_API void AP_SESSION_RegisterSessions ( AP_SESSION_Interface smi)

Register all session that have been added.

Parameters
smiThe AP_SESSION_Interface to use.
See also
onSessionRegistrationSuccess
onSessionRegistrationError