sandesha2_fault_mgr.h File Reference
#include <axutil_utils_defines.h>
#include <axutil_env.h>
#include <axis2_conf_ctx.h>
#include <sandesha2_msg_ctx.h>
#include <sandesha2_seq_property_mgr.h>
#include <sandesha2_create_seq_mgr.h>
#include <sandesha2_next_msg_mgr.h>
#include <sandesha2_fault_data.h>
#include <axis2_msg_ctx.h>
Go to the source code of this file.
|
Functions |
|
sandesha2_msg_ctx_t * | sandesha2_fault_mgr_check_for_create_seq_refused (const axutil_env_t *env, sandesha2_msg_ctx_t *rm_create_seq_msg_ctx, sandesha2_seq_property_mgr_t *seq_prop_mgr) |
sandesha2_msg_ctx_t * | sandesha2_fault_mgr_check_for_last_msg_num_exceeded (const axutil_env_t *env, sandesha2_msg_ctx_t *app_rm_msg, sandesha2_seq_property_mgr_t *seq_prop_mgr) |
sandesha2_msg_ctx_t * | sandesha2_fault_mgr_check_for_msg_num_rollover (const axutil_env_t *env, sandesha2_msg_ctx_t *rm_msg_ctx, sandesha2_seq_property_mgr_t *seq_prop_mgr) |
sandesha2_msg_ctx_t * | sandesha2_fault_mgr_check_for_unknown_seq (const axutil_env_t *env, sandesha2_msg_ctx_t *rm_msg_ctx, axis2_char_t *seq_id, sandesha2_seq_property_mgr_t *seq_prop_mgr, sandesha2_create_seq_mgr_t *create_seq_mgr, sandesha2_next_msg_mgr_t *next_msg_mgr) |
sandesha2_msg_ctx_t * | sandesha2_fault_mgr_check_for_invalid_ack (const axutil_env_t *env, sandesha2_msg_ctx_t *ack_rm_msg, sandesha2_seq_property_mgr_t *seq_prop_mgr) |
sandesha2_msg_ctx_t * | sandesha2_fault_mgr_check_for_seq_closed (const axutil_env_t *env, sandesha2_msg_ctx_t *rm_msg_ctx, axis2_char_t *seq_id, sandesha2_seq_property_mgr_t *seq_prop_mgr) |
sandesha2_msg_ctx_t * | sandesha2_fault_mgr_get_fault (const axutil_env_t *env, sandesha2_msg_ctx_t *rm_msg_ctx, sandesha2_fault_data_t *fault_data, axis2_char_t *addr_ns_uri, sandesha2_seq_property_mgr_t *seq_prop_mgr) |
Detailed Description