Interstage Application Server リファレンスマニュアル(API編)
|
目次
索引

|
2.16 サーバアプリケーション用インタフェース
ここでは、サーバのアプリケーションがスケルトンとの間で受け渡しに必要となるメモリ管理に関するアプリケーションインタフェース(API)について説明します。
以下のAPIがあります。
- string型用メモリ獲得API(TD::string_alloc)
- wstring型用メモリ獲得API(TD::wstring_alloc)
- string用メモリ解放API(TD::string_free)
- wstring用メモリ解放API(TD::wstring_free)
- SMO名獲得API(TD::get_smo_name)
- クライアント識別子獲得API(TD::get_client_id)
- ユーザ識別子獲得API(TD::get_user_information)
- セションID通知API(TD::getsessionid)
- セション継続宣言API(TD::setcontcvt)
- セションID参照API(TD::refsessionid)
以下に、各APIについて説明します。
2.16.1 TD::string_alloc
2.16.2 TD::wstring_alloc
2.16.3 TD::string_free
2.16.4 TD::wstring_free
2.16.5 TD::get_smo_name
2.16.6 TD::get_client_id
2.16.7 TD::get_user_information
2.16.8 TD::getsessionid
2.16.9 TD::setcontcvt
2.16.10 TD::refsessionid
All Rights Reserved, Copyright(C) 富士通株式会社 2005