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

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

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