blob: 0d5d389b8e6f3752257952eacc24b2fb0fc0cb99 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Sandesha2/C - Sandesha2/C: sandesha2_storage_mgr.h Source File</title><style type="text/css" media="all">
@import url("../../style/maven-base.css");
@import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/sandesha2/c" id="projectLogo"><img alt="Apache Sandesha2/C" src="http://ws.apache.org/sandesha2/c/images/sandesha2c_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
Last published: 05 October 2007
| Doc for 0.91</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Sandesha2_C"><h5>Apache Sandesha2/C</h5><ul><li class="none"><a href="../../index.html">Apache Sandesha2/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Sandesha2/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/sandesha2c_manual.html">Sandesha2/C manual</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div><div class="nav">
<a class="el" href="dir_16487952adfeac4b2b9df719b49efdb6.html">include</a></div></p></div><div class="section"><a name="sandesha2_storage_mgr_h"></a><h2>sandesha2_storage_mgr.h</h2><p><a href="sandesha2__storage__mgr_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright 2004,2005 The Apache Software Foundation.</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
<a name="l00005"></a>00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
<a name="l00006"></a>00006 <span class="comment"> * You may obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> * limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"> */</span>
<a name="l00016"></a>00016
<a name="l00017"></a>00017 <span class="preprocessor">#ifndef SANDESHA2_STORAGE_MGR_H</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define SANDESHA2_STORAGE_MGR_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;platforms/axutil_platform_auto_sense.h&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;axutil_utils_defines.h&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;axutil_env.h&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;axiom_soap_envelope.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;axis2_conf_ctx.h&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;axis2_module_desc.h&gt;</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;<a class="code" href="sandesha2__transaction_8h.html" title="Sandesha In Memory Transaction Interface.">sandesha2_transaction.h</a>&gt;</span>
<a name="l00031"></a>00031
<a name="l00032"></a>00032 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>
<a name="l00034"></a>00034 {
<a name="l00035"></a>00035 <span class="preprocessor">#endif</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span>
<a name="l00042"></a>00042 <span class="keyword">typedef</span> <span class="keyword">struct </span>sandesha2_storage_mgr sandesha2_storage_mgr_t;
<a name="l00043"></a>00043 <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structsandesha2__storage__mgr__ops.html" title="Storage Manager ops struct Encapsulator struct for ops of sandesha2_storage_mgr.">sandesha2_storage_mgr_ops</a> <a class="code" href="structsandesha2__storage__mgr__ops.html" title="Storage Manager ops struct Encapsulator struct for ops of sandesha2_storage_mgr.">sandesha2_storage_mgr_ops_t</a>;
<a name="l00044"></a>00044 <span class="keyword">struct </span>sandesha2_rm_bean;
<a name="l00045"></a>00045 <span class="keyword">struct </span>sandesha2_sender_mgr;
<a name="l00046"></a>00046 <span class="keyword">struct </span>sandesha2_create_seq_mgr;
<a name="l00047"></a>00047 <span class="keyword">struct </span>sandesha2_invoker_mgr;
<a name="l00048"></a>00048 <span class="keyword">struct </span>sandesha2_seq_property_mgr;
<a name="l00049"></a>00049 <span class="keyword">struct </span>sandesha2_next_msg_mgr;
<a name="l00050"></a>00050
<a name="l00055"></a><a class="code" href="structsandesha2__storage__mgr__ops.html">00055</a> AXIS2_DECLARE_DATA <span class="keyword">struct </span><a class="code" href="structsandesha2__storage__mgr__ops.html" title="Storage Manager ops struct Encapsulator struct for ops of sandesha2_storage_mgr.">sandesha2_storage_mgr_ops</a>
<a name="l00056"></a>00056 {
<a name="l00057"></a>00057 axis2_status_t (AXIS2_CALL *
<a name="l00058"></a>00058 free)(
<a name="l00059"></a>00059 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00060"></a>00060 <span class="keyword">const</span> axutil_env_t *envv);
<a name="l00061"></a>00061
<a name="l00062"></a>00062 axis2_status_t (AXIS2_CALL *
<a name="l00063"></a>00063 free_void_arg)(
<a name="l00064"></a>00064 <span class="keywordtype">void</span> *storage_mgr,
<a name="l00065"></a>00065 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00066"></a>00066
<a name="l00067"></a>00067 <span class="keyword">struct </span>sandesha2_transaction *(AXIS2_CALL *
<a name="l00068"></a>00068 get_transaction)(
<a name="l00069"></a>00069 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00070"></a>00070 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00071"></a>00071
<a name="l00072"></a>00072 void (AXIS2_CALL *
<a name="l00073"></a>00073 enlist_bean)(
<a name="l00074"></a>00074 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00075"></a>00075 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00076"></a>00076 <span class="keyword">struct </span>sandesha2_rm_bean *rm_bean);
<a name="l00077"></a>00077
<a name="l00078"></a>00078 <span class="keyword">struct </span>sandesha2_create_seq_mgr *(AXIS2_CALL *
<a name="l00079"></a>00079 get_create_seq_mgr)(
<a name="l00080"></a>00080 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00081"></a>00081 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00082"></a>00082
<a name="l00083"></a>00083 <span class="keyword">struct </span>sandesha2_next_msg_mgr *(AXIS2_CALL *
<a name="l00084"></a>00084 get_next_msg_mgr)(
<a name="l00085"></a>00085 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00086"></a>00086 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00087"></a>00087
<a name="l00088"></a>00088 <span class="keyword">struct </span>sandesha2_sender_mgr *(AXIS2_CALL *
<a name="l00089"></a>00089 get_retrans_mgr)(
<a name="l00090"></a>00090 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00091"></a>00091 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00092"></a>00092
<a name="l00093"></a>00093 <span class="keyword">struct </span>sandesha2_seq_property_mgr *(AXIS2_CALL *
<a name="l00094"></a>00094 get_seq_property_mgr)(
<a name="l00095"></a>00095 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00096"></a>00096 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00097"></a>00097
<a name="l00098"></a>00098 <span class="keyword">struct </span>sandesha2_invoker_mgr *(AXIS2_CALL *
<a name="l00099"></a>00099 get_storage_map_mgr)(
<a name="l00100"></a>00100 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00101"></a>00101 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00102"></a>00102
<a name="l00103"></a>00103 axis2_status_t (AXIS2_CALL *
<a name="l00104"></a>00104 set_ctx)(
<a name="l00105"></a>00105 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00106"></a>00106 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00107"></a>00107 axis2_conf_ctx_t *conf_ctx);
<a name="l00108"></a>00108
<a name="l00109"></a>00109 axis2_conf_ctx_t *(AXIS2_CALL *
<a name="l00110"></a>00110 get_ctx)(
<a name="l00111"></a>00111 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00112"></a>00112 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00113"></a>00113
<a name="l00114"></a>00114 axis2_status_t (AXIS2_CALL *
<a name="l00115"></a>00115 init)(
<a name="l00116"></a>00116 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00117"></a>00117 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00118"></a>00118 axis2_conf_ctx_t *conf_ctx);
<a name="l00119"></a>00119
<a name="l00120"></a>00120 axis2_msg_ctx_t *(AXIS2_CALL *
<a name="l00121"></a>00121 retrieve_msg_ctx)(
<a name="l00122"></a>00122 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00123"></a>00123 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00124"></a>00124 axis2_char_t *key,
<a name="l00125"></a>00125 axis2_conf_ctx_t *conf_ctx,
<a name="l00126"></a>00126 <span class="keyword">const</span> axis2_bool_t persistent);
<a name="l00127"></a>00127
<a name="l00128"></a>00128 axis2_status_t (AXIS2_CALL *
<a name="l00129"></a>00129 store_msg_ctx)(
<a name="l00130"></a>00130 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00131"></a>00131 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00132"></a>00132 axis2_char_t *key,
<a name="l00133"></a>00133 axis2_msg_ctx_t *msg_ctx);
<a name="l00134"></a>00134
<a name="l00135"></a>00135 axis2_status_t (AXIS2_CALL *
<a name="l00136"></a>00136 update_msg_ctx)(
<a name="l00137"></a>00137 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00138"></a>00138 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00139"></a>00139 axis2_char_t *key,
<a name="l00140"></a>00140 axis2_msg_ctx_t *msg_ctx);
<a name="l00141"></a>00141
<a name="l00142"></a>00142 axis2_status_t (AXIS2_CALL *
<a name="l00143"></a>00143 remove_msg_ctx)(
<a name="l00144"></a>00144 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00145"></a>00145 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00146"></a>00146 axis2_char_t *key);
<a name="l00147"></a>00147
<a name="l00148"></a>00148 axis2_status_t (AXIS2_CALL *
<a name="l00149"></a>00149 init_storage)(
<a name="l00150"></a>00150 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00151"></a>00151 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00152"></a>00152 axis2_module_desc_t *module_desc);
<a name="l00153"></a>00153
<a name="l00154"></a>00154 axiom_soap_envelope_t *(AXIS2_CALL *
<a name="l00155"></a>00155 retrieve_soap_envelope)(
<a name="l00156"></a>00156 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00157"></a>00157 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00158"></a>00158 axis2_char_t *key);
<a name="l00159"></a>00159
<a name="l00160"></a>00160 axis2_status_t (AXIS2_CALL *
<a name="l00161"></a>00161 store_soap_envelope)(
<a name="l00162"></a>00162 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00163"></a>00163 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00164"></a>00164 axiom_soap_envelope_t *soap_env,
<a name="l00165"></a>00165 axis2_char_t *key);
<a name="l00166"></a>00166
<a name="l00167"></a>00167 axis2_status_t (AXIS2_CALL *
<a name="l00168"></a>00168 store_response) (
<a name="l00169"></a>00169 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00170"></a>00170 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00171"></a>00171 axis2_char_t *seq_id,
<a name="l00172"></a>00172 axiom_soap_envelope_t *response,
<a name="l00173"></a>00173 <span class="keywordtype">int</span> msg_no,
<a name="l00174"></a>00174 <span class="keywordtype">int</span> soap_version);
<a name="l00175"></a>00175
<a name="l00176"></a>00176 axiom_soap_envelope_t * (AXIS2_CALL *
<a name="l00177"></a>00177 retrieve_response) (
<a name="l00178"></a>00178 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00179"></a>00179 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00180"></a>00180 axis2_char_t *seq_id,
<a name="l00181"></a>00181 <span class="keywordtype">int</span> msg_no);
<a name="l00182"></a>00182
<a name="l00183"></a>00183 axis2_status_t (AXIS2_CALL *
<a name="l00184"></a>00184 remove_response) (
<a name="l00185"></a>00185 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00186"></a>00186 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00187"></a>00187 axis2_char_t *seq_id,
<a name="l00188"></a>00188 <span class="keywordtype">int</span> msg_no);
<a name="l00189"></a>00189
<a name="l00190"></a>00190 };
<a name="l00191"></a>00191
<a name="l00192"></a>00192 AXIS2_DECLARE_DATA <span class="keyword">struct </span>sandesha2_storage_mgr
<a name="l00193"></a>00193 {
<a name="l00194"></a>00194 <span class="keyword">const</span> <a class="code" href="structsandesha2__storage__mgr__ops.html" title="Storage Manager ops struct Encapsulator struct for ops of sandesha2_storage_mgr.">sandesha2_storage_mgr_ops_t</a> *ops;
<a name="l00195"></a>00195 };
<a name="l00196"></a>00196
<a name="l00197"></a>00197 AXIS2_EXTERN sandesha2_storage_mgr_t* AXIS2_CALL
<a name="l00198"></a>00198 sandesha2_storage_mgr_create(
<a name="l00199"></a>00199 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00200"></a>00200 axis2_conf_ctx_t *conf_ctx);
<a name="l00201"></a>00201
<a name="l00209"></a>00209 AXIS2_EXTERN axis2_status_t AXIS2_CALL
<a name="l00210"></a>00210 <a class="code" href="sandesha2__storage__mgr_8h.html#aefde483dc9cb3d4c1cda32dba57cfb4">sandesha2_storage_mgr_free_void_arg</a>(
<a name="l00211"></a>00211 <span class="keywordtype">void</span> *storage_mgr,
<a name="l00212"></a>00212 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00213"></a>00213
<a name="l00214"></a>00214 axis2_status_t AXIS2_CALL
<a name="l00215"></a>00215 sandesha2_storage_mgr_free(
<a name="l00216"></a>00216 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00217"></a>00217 <span class="keyword">const</span> axutil_env_t *envv);
<a name="l00218"></a>00218
<a name="l00225"></a>00225 <span class="keyword">struct </span>sandesha2_transaction *AXIS2_CALL
<a name="l00226"></a>00226 <a class="code" href="sandesha2__storage__mgr_8h.html#24cbaf1ba5419f1466158e168325e3e2">sandesha2_storage_mgr_get_transaction</a>(
<a name="l00227"></a>00227 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00228"></a>00228 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00229"></a>00229
<a name="l00230"></a>00230 <span class="keywordtype">void</span> AXIS2_CALL
<a name="l00231"></a>00231 sandesha2_storage_mgr_enlist_bean(
<a name="l00232"></a>00232 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00233"></a>00233 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00234"></a>00234 <span class="keyword">struct</span> sandesha2_rm_bean *rm_bean);
<a name="l00235"></a>00235
<a name="l00236"></a>00236 <span class="keyword">struct </span>sandesha2_create_seq_mgr *AXIS2_CALL
<a name="l00237"></a>00237 sandesha2_storage_mgr_get_create_seq_mgr(
<a name="l00238"></a>00238 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00239"></a>00239 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00240"></a>00240
<a name="l00241"></a>00241 <span class="keyword">struct </span>sandesha2_next_msg_mgr *AXIS2_CALL
<a name="l00242"></a>00242 sandesha2_storage_mgr_get_next_msg_mgr(
<a name="l00243"></a>00243 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00244"></a>00244 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00245"></a>00245
<a name="l00246"></a>00246 <span class="keyword">struct </span>sandesha2_sender_mgr *AXIS2_CALL
<a name="l00247"></a>00247 sandesha2_storage_mgr_get_retrans_mgr(
<a name="l00248"></a>00248 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00249"></a>00249 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00250"></a>00250
<a name="l00251"></a>00251 <span class="keyword">struct </span>sandesha2_seq_property_mgr *AXIS2_CALL
<a name="l00252"></a>00252 sandesha2_storage_mgr_get_seq_property_mgr(
<a name="l00253"></a>00253 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00254"></a>00254 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00255"></a>00255
<a name="l00256"></a>00256 <span class="keyword">struct </span>sandesha2_invoker_mgr *AXIS2_CALL
<a name="l00257"></a>00257 sandesha2_storage_mgr_get_storage_map_mgr(
<a name="l00258"></a>00258 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00259"></a>00259 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00260"></a>00260
<a name="l00261"></a>00261 axis2_status_t AXIS2_CALL
<a name="l00262"></a>00262 sandesha2_storage_mgr_set_ctx(
<a name="l00263"></a>00263 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00264"></a>00264 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00265"></a>00265 axis2_conf_ctx_t *conf_ctx);
<a name="l00266"></a>00266
<a name="l00267"></a>00267 axis2_conf_ctx_t *AXIS2_CALL
<a name="l00268"></a>00268 sandesha2_storage_mgr_get_ctx(
<a name="l00269"></a>00269 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00270"></a>00270 <span class="keyword">const</span> axutil_env_t *env);
<a name="l00271"></a>00271
<a name="l00272"></a>00272 axis2_status_t AXIS2_CALL
<a name="l00273"></a>00273 sandesha2_storage_mgr_init(
<a name="l00274"></a>00274 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00275"></a>00275 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00276"></a>00276 axis2_conf_ctx_t *conf_ctx);
<a name="l00277"></a>00277
<a name="l00286"></a>00286 axis2_msg_ctx_t *AXIS2_CALL
<a name="l00287"></a>00287 <a class="code" href="sandesha2__storage__mgr_8h.html#30805f5855b3951a199843e279f8be91">sandesha2_storage_mgr_retrieve_msg_ctx</a>(
<a name="l00288"></a>00288 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00289"></a>00289 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00290"></a>00290 axis2_char_t *key,
<a name="l00291"></a>00291 axis2_conf_ctx_t *conf_ctx,
<a name="l00292"></a>00292 <span class="keyword">const</span> axis2_bool_t persistent);
<a name="l00293"></a>00293
<a name="l00304"></a>00304 axis2_status_t AXIS2_CALL
<a name="l00305"></a>00305 <a class="code" href="sandesha2__storage__mgr_8h.html#469f2a6cfd6d8571c2622861c4e59374">sandesha2_storage_mgr_store_msg_ctx</a>(
<a name="l00306"></a>00306 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00307"></a>00307 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00308"></a>00308 axis2_char_t *key,
<a name="l00309"></a>00309 axis2_msg_ctx_t *msg_ctx);
<a name="l00310"></a>00310
<a name="l00311"></a>00311 axis2_status_t AXIS2_CALL
<a name="l00312"></a>00312 sandesha2_storage_mgr_update_msg_ctx(
<a name="l00313"></a>00313 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00314"></a>00314 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00315"></a>00315 axis2_char_t *key,
<a name="l00316"></a>00316 axis2_msg_ctx_t *msg_ctx);
<a name="l00317"></a>00317
<a name="l00318"></a>00318 axis2_status_t AXIS2_CALL
<a name="l00319"></a>00319 sandesha2_storage_mgr_remove_msg_ctx(
<a name="l00320"></a>00320 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00321"></a>00321 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00322"></a>00322 axis2_char_t *key);
<a name="l00323"></a>00323
<a name="l00324"></a>00324 axis2_status_t AXIS2_CALL
<a name="l00325"></a>00325 sandesha2_storage_mgr_init_storage(
<a name="l00326"></a>00326 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00327"></a>00327 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00328"></a>00328 axis2_module_desc_t *module_desc);
<a name="l00329"></a>00329
<a name="l00330"></a>00330 axiom_soap_envelope_t *AXIS2_CALL
<a name="l00331"></a>00331 sandesha2_storage_mgr_retrieve_soap_envelope(
<a name="l00332"></a>00332 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00333"></a>00333 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00334"></a>00334 axis2_char_t *key);
<a name="l00335"></a>00335
<a name="l00336"></a>00336 axis2_status_t AXIS2_CALL
<a name="l00337"></a>00337 sandesha2_storage_mgr_store_soap_envelope(
<a name="l00338"></a>00338 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00339"></a>00339 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00340"></a>00340 axiom_soap_envelope_t *soap_env,
<a name="l00341"></a>00341 axis2_char_t *key);
<a name="l00342"></a>00342
<a name="l00343"></a>00343 axis2_status_t AXIS2_CALL
<a name="l00344"></a>00344 sandesha2_storage_mgr_store_response(
<a name="l00345"></a>00345 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00346"></a>00346 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00347"></a>00347 axis2_char_t *seq_id,
<a name="l00348"></a>00348 axiom_soap_envelope_t *response,
<a name="l00349"></a>00349 <span class="keywordtype">int</span> msg_no,
<a name="l00350"></a>00350 <span class="keywordtype">int</span> soap_version);
<a name="l00351"></a>00351
<a name="l00352"></a>00352 axiom_soap_envelope_t * AXIS2_CALL
<a name="l00353"></a>00353 sandesha2_storage_mgr_retrieve_response(
<a name="l00354"></a>00354 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00355"></a>00355 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00356"></a>00356 axis2_char_t *seq_id,
<a name="l00357"></a>00357 <span class="keywordtype">int</span> msg_no);
<a name="l00358"></a>00358
<a name="l00359"></a>00359 axis2_status_t AXIS2_CALL
<a name="l00360"></a>00360 sandesha2_storage_mgr_remove_response(
<a name="l00361"></a>00361 sandesha2_storage_mgr_t *storage_mgr,
<a name="l00362"></a>00362 <span class="keyword">const</span> axutil_env_t *env,
<a name="l00363"></a>00363 axis2_char_t *seq_id,
<a name="l00364"></a>00364 <span class="keywordtype">int</span> msg_no);
<a name="l00365"></a>00365
<a name="l00367"></a>00367 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00368"></a>00368 <span class="preprocessor"></span>}
<a name="l00369"></a>00369 <span class="preprocessor">#endif</span>
<a name="l00370"></a>00370 <span class="preprocessor"></span>
<a name="l00371"></a>00371 <span class="preprocessor">#endif </span><span class="comment">/*SANDESHA2_STORAGE_MGR_H*/</span>
</pre></div></p></div><div class="section"><address style="text-align: right;"><small>Generated on Mon Oct 1 17:19:03 2007 for Sandesha2/C by 
<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.5.3 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>