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

|
2.9 ServerRequestクラス
本節では、動的スケルトンインタフェースで用いるServerRequestクラスについて説明します。
class CORBA
{
class ServerRequest
{
public:
CORBA::Identifier op_name(
CORBA::Environment & )
throw(CORBA::SystemException) = 0;
CORBA::Context_ptr ctx(
CORBA::Environment & )
throw(CORBA::SystemException) = 0;
void params(
CORBA::NVList_ptr,
CORBA::Environment & )
throw(CORBA::SystemException) = 0;
void result(
CORBA::Any*,
CORBA::Environment & )
throw(CORBA::SystemException) = 0;
void exception(
CORBA::Any*,
CORBA::Environment & )
throw(CORBA::SystemException) = 0;
}
}
2.9.1 CORBA::ServerRequest::op_name()
2.9.2 CORBA::ServerRequest::params()
2.9.3 CORBA::ServerRequest::result()
2.9.4 CORBA::ServerRequest::exception()
2.9.5 CORBA::ServerRequest::ctx()
All Rights Reserved, Copyright(C) 富士通株式会社 2005