axis2_http_svr_thread_ops Struct Reference
[http server thread]

#include <axis2_http_svr_thread.h>

List of all members.

Public Attributes

axis2_status_t(* run )(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env)
axis2_status_t(* destroy )(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env)
int(* get_local_port )(const axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env)
axis2_bool_t(* is_running )(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env)
axis2_status_t(* set_worker )(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env, axis2_http_worker_t *worker)
axis2_status_t(* free )(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env)


Detailed Description

HTTP Server Thread ops struct Encapsulator struct for ops of axis2_http_svr_thread


Member Data Documentation

axis2_status_t( * axis2_http_svr_thread_ops::run)(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env)

Parameters:
svr_thread pointer to server thread
env pointer to environment struct

axis2_status_t( * axis2_http_svr_thread_ops::destroy)(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env)

Parameters:
svr_thread pointer to server thread
env pointer to environment struct

int( * axis2_http_svr_thread_ops::get_local_port)(const axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env)

Parameters:
svr_thread pointer to server thread
env pointer to environment struct

axis2_bool_t( * axis2_http_svr_thread_ops::is_running)(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env)

Parameters:
svr_thread pointer to server thread
env pointer to environment struct

axis2_status_t( * axis2_http_svr_thread_ops::set_worker)(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env, axis2_http_worker_t *worker)

Parameters:
svr_thread pointer to server thread
env pointer to environment struct
worker pointer to worker

axis2_status_t( * axis2_http_svr_thread_ops::free)(axis2_http_svr_thread_t *svr_thread, const axis2_env_t *env)

Parameters:
svr_thread pointer to server thread
env pointer to environment struct


The documentation for this struct was generated from the following file:
Generated on Wed Dec 20 20:35:10 2006 for Axis2/C by  doxygen 1.5.1