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

|
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