Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Web Service Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::AsyncThread

Group:  Asynchronous



Local Index

Members

Header File

#include <rw/rwsf/soapworx/AsyncThread.h>

Description

rwsf::AsyncThread is used internally by rwsf to support the implementation of asynchronous clients.

The asynchronous proxy launches a thread in order to continue processing while waiting for a reply. For more information on asynchronous proxies, see Section 7.3.1, "the Asynchronous Client API," in the HydraExpress Web Service Development Guide


NOTE -- This class and its base class rwsf::Thread are not intended for general threading use in your applications. Please use RWThread and its related classes of the Threads Module of SourcePro Core. For information, see the Threads Module User's Guide in your installdir\docs\sourcepro directory.

Public Constructor

AsyncThread(const rwsf::CallInfo& callInfo);

Public Member Functions

void 
init(const rwsf::AsyncHandle& handle);
void 
start();
rwsf::CallInfo 
getCallInfo() const;

Protected Data Members

rwsf::CallInfo callInfo_;
rwsf::AsyncHandle handle_;

Related Classes

See also rwsf::AsyncHandle.



Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.