sandesha2_in_order_invoker.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 2004,2005 The Apache Software Foundation.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *      http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016  
00017 #ifndef SANDESHA2_IN_ORDER_INVOKER_H
00018 #define SANDESHA2_IN_ORDER_INVOKER_H
00019 
00025 #include <axutil_utils_defines.h>
00026 #include <axutil_env.h>
00027 #include <axis2_conf_ctx.h>
00028 
00029 
00030 #ifdef __cplusplus
00031 extern "C"
00032 {
00033 #endif
00034 
00040 typedef struct sandesha2_in_order_invoker_t sandesha2_in_order_invoker_t;
00041 
00042 AXIS2_EXTERN sandesha2_in_order_invoker_t* AXIS2_CALL
00043 sandesha2_in_order_invoker_create(
00044     const axutil_env_t *env);
00045  
00053 AXIS2_EXTERN axis2_status_t AXIS2_CALL
00054 sandesha2_in_order_invoker_free_void_arg(
00055     void *invoker,
00056     const axutil_env_t *env);
00057 
00058 axis2_status_t AXIS2_CALL 
00059 sandesha2_in_order_invoker_stop_invoker_for_seq(
00060     sandesha2_in_order_invoker_t *invoker, 
00061     const axutil_env_t *env, axis2_char_t *seq_id);
00062             
00063 axis2_status_t AXIS2_CALL 
00064 sandesha2_in_order_invoker_stop_invoking (
00065     sandesha2_in_order_invoker_t *invoker,
00066     const axutil_env_t *env);
00067             
00068 axis2_bool_t AXIS2_CALL 
00069 sandesha2_in_order_invoker_is_invoker_started(
00070     sandesha2_in_order_invoker_t *invoker, 
00071     const axutil_env_t *env);
00072             
00073 axis2_status_t AXIS2_CALL 
00074 sandesha2_in_order_invoker_run_for_seq(
00075     sandesha2_in_order_invoker_t *invoker, 
00076     const axutil_env_t *env, axis2_conf_ctx_t *conf_ctx, 
00077     axis2_char_t *seq_id);
00078             
00079 axis2_status_t AXIS2_CALL 
00080 sandesha2_in_order_invoker_run (
00081     sandesha2_in_order_invoker_t *invoker,
00082     const axutil_env_t *env);
00083                         
00084 axis2_status_t AXIS2_CALL
00085 sandesha2_in_order_invoker_make_msg_ready_for_reinjection(
00086     sandesha2_in_order_invoker_t *invoker, 
00087     const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx);
00088 
00089 void * AXIS2_THREAD_FUNC
00090 sandesha2_in_order_invoker_worker_func(
00091     axutil_thread_t *thd, void *data);
00092 
00093 axis2_status_t AXIS2_CALL 
00094 sandesha2_in_order_invoker_free(
00095     sandesha2_in_order_invoker_t *invoker, 
00096     const axutil_env_t *env);                                                           
00097 
00098 
00100 #ifdef __cplusplus
00101 }
00102 #endif
00103 
00104 #endif /*SANDESHA2_IN_ORDER_INVOKER_H*/

Generated on Mon Oct 1 17:05:56 2007 for Sandesha2/C by  doxygen 1.5.3