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

第2章 C++言語インタフェース

2.8 Requestクラス

 ここでは、動的呼び出しインタフェースで用いるRequestクラスについて説明します。

 class CORBA
 {
     class Request
     {
     public:
         Object_ptr target(CORBA::Environment &) const;
         const char *operation(CORBA::Environment &) const;
         NVList_ptr arguments(CORBA::Environment &);
         NamedValue_ptr result(CORBA::Environment &);
         Environment_ptr env(CORBA::Environment &);
         void ctx(Context_ptr, CORBA::Environment &);
         Context_ptr ctx(CORBA::Environment &) const;
         Status invoke(CORBA::Environment &);
         Status send_oneway(CORBA::Environment &);
         Status send_deferred(CORBA::Environment &);
         Status get_response(CORBA::Environment &);
         Boolean poll_response(CORBA::Environment &);
     };
 };

下へ2.8.1 CORBA::Request::target()
下へ2.8.2 CORBA::Request::operation()
下へ2.8.3 CORBA::Request::arguments()
下へ2.8.4 CORBA::Request::result()
下へ2.8.5 CORBA::Request::env()
下へ2.8.6 CORBA::Request::ctx()(参照)
下へ2.8.7 CORBA::Request::ctx()(設定)
下へ2.8.8 CORBA::Request::invoke()
下へ2.8.9 CORBA::Request::send_oneway()
下へ2.8.10 CORBA::Request::send_deferred()
下へ2.8.11 CORBA::Request::get_response()
下へ2.8.12 CORBA::Request::poll_response()

目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2005