sandesha2_report.h File Reference

Sandesha Report Interface. More...

#include <axutil_allocator.h>
#include <axutil_env.h>
#include <axutil_error.h>
#include <axutil_string.h>
#include <axutil_utils.h>
#include <axutil_hash.h>
#include <axutil_array_list.h>

Go to the source code of this file.

Typedefs

typedef struct sandesha2_report sandesha2_report_t

Functions

AXIS2_EXPORT axis2_status_t sandesha2_report_free (void *report, const axutil_env_t *env)
AXIS2_EXPORT long sandesha2_report_get_completed_msgs_count (sandesha2_report_t *report, const axutil_env_t *env, axis2_char_t *seq_id)
AXIS2_EXPORT axutil_array_list_t * sandesha2_report_get_incoming_seq_list (sandesha2_report_t *report, const axutil_env_t *env)
AXIS2_EXPORT axutil_array_list_t * sandesha2_report_get_outgoing_seq_list (sandesha2_report_t *report, const axutil_env_t *env)
AXIS2_EXPORT axis2_char_t sandesha2_report_get_seq_status_map (sandesha2_report_t *report, const axutil_env_t *env, axis2_char_t *seq_id)
AXIS2_EXPORT axis2_status_t sandesha2_report_add_to_incoming_seq_list (sandesha2_report_t *report, const axutil_env_t *env, axis2_char_t *incoming_seq_id)
AXIS2_EXPORT axis2_status_t sandesha2_report_add_to_outgoing_seq_list (sandesha2_report_t *report, const axutil_env_t *env, axis2_char_t *out_seq_id)
AXIS2_EXPORT axis2_status_t sandesha2_report_add_to_no_of_completed_msgs_map (sandesha2_report_t *report, const axutil_env_t *env, axis2_char_t *id, long no_of_msgs)
AXIS2_EXPORT axis2_status_t sandesha2_report_add_to_seq_status_map (sandesha2_report_t *report, const axutil_env_t *env, axis2_char_t *id, axis2_char_t status)
AXIS2_EXPORT axis2_char_t * sandesha2_report_get_internal_seq_id_of_out_seq (sandesha2_report_t *report, const axutil_env_t *env, axis2_char_t *out_seq_id)
AXIS2_EXPORT axis2_status_t sandesha2_report_add_to_outgoing_internal_seq_map (sandesha2_report_t *report, const axutil_env_t *env, axis2_char_t *out_seq_id, axis2_char_t *internal_seq_id)
AXIS2_EXTERN sandesha2_report_t * sandesha2_report_create (const axutil_env_t *env)


Detailed Description

Sandesha Report Interface.


Generated on Wed Oct 14 01:02:17 2009 for Sandesha2/C by  doxygen 1.5.7.1