|
Classes |
struct | sandesha2_response |
Typedefs |
typedef struct
sandesha2_response | sandesha2_response_t |
Functions |
|
axutil_thread_mutex_t * | sandesha2_permanent_storage_mgr_get_mutex (sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env) |
AXIS2_EXTERN
sandesha2_storage_mgr_t * | sandesha2_permanent_storage_mgr_create (const axutil_env_t *env, axis2_conf_ctx_t *conf_ctx) |
void * | sandesha2_permanent_storage_mgr_get_dbconn (sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env) |
axis2_status_t | sandesha2_permanent_storage_mgr_init (sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_conf_ctx_t *conf_ctx) |
axis2_status_t | sandesha2_permanent_storage_mgr_store_msg_ctx (sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_char_t *key, axis2_msg_ctx_t *msg_ctx) |
axis2_status_t | sandesha2_permanent_storage_mgr_update_msg_ctx (sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_char_t *key, axis2_msg_ctx_t *msg_ctx) |
void | sandesha2_permanent_storage_mgr_remove_transaction (sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, struct sandesha2_transaction *transaction) |
axis2_msg_ctx_t * | sandesha2_permanent_storage_mgr_retrieve_msg_ctx (sandesha2_storage_mgr_t *storage_mgr, const axutil_env_t *env, axis2_char_t *key, axis2_conf_ctx_t *conf_ctx, const axis2_bool_t persistent) |