Apama Capital Markets Foundation
10.2.0.0
|
Functions | |
AP_SESSION_API void | AP_SESSION_Init (AP_SESSION_AdapterInterface *adapterInterface, void *transportInternals, AP_SESSION_Interface **smi) |
AP_SESSION_API void | AP_SESSION_DeInit (AP_SESSION_Interface *smi) |
Session Initialization and Cleanup API
AP_SESSION_API void AP_SESSION_DeInit | ( | AP_SESSION_Interface * | smi | ) |
Deinitialize the Session library, called during adapter shutdown.
smi | The AP_SESSION_Interface created by AP_SESSION_Init. |
AP_SESSION_API void AP_SESSION_Init | ( | AP_SESSION_AdapterInterface * | adapterInterface, |
void * | transportInternals, | ||
AP_SESSION_Interface ** | smi | ||
) |
Initialize the Session library, called during adapter startup.
[in] | adapterInterface | A pointer to a initialized AP_SESSION_AdapterInterface and used to construct the AP_SESSION_Interface smi. |
[in] | transportInternals | A pointer to the transport internals and used to construct the AP_SESSION_Interface smi. |
[out] | smi | The resultant fully constructed AP_SESSION_Interface that is used when calling all other Session APIs. |