Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第2章 C++言語インタフェース | > 2.7 Contextクラス |
CORBA::Context::set_one_value
#include <orb_cplus.h> CORBA::Status CORBA::Context::set_one_value( const char *prop_name, const CORBA::Any &value, CORBA::Environment& env );
アプリケーションは、CORBA::ORB::get_default_context()またはCORBA::Context::create_child()で獲得したContextオブジェクトのオブジェクトリファレンスに対して当関数を呼び出すことにより、prop_nameで指定した名前で、valueの値を持つ1つの属性値をContextオブジェクトに設定することができます。
正常終了した場合は、CORBA::OKが返されます。
異常終了した場合は、CORBA::FAILEDが返されます。
目次
索引
![]() ![]() |