ページの先頭行へ戻る
Interstage Application Server リファレンスマニュアル(API編)

2.1 Environmentクラス

  ここでは、CORBAサービスでエラー情報を扱うために必要なクラスであるEnvironmentクラスについて説明します。

  class CORBA {
          class Environment
          {
          public:
                  void exception(Exception *, Environment&);
                  Exception *exception( Environment&) const;
                  void clear( Environment& );
          }
  }