ページの先頭行へ戻る
Interstage Application Server アプリケーション作成ガイド(CORBAサービス編)

E.2.5 セション継続メソッドの実行

  クライアントからセション継続用インタフェースのメソッドの要求が来た場合、サーバアプリケーションではセション継続を行うために特別な処理を行う必要はありません。

  void
  ODsample_ssnintf_impl::invoke_ssn(
      CORBA::Long         a, 
      CORBA::Environment  &arg_env )
      throw ( CORBA::Exception )
  {
    // 任意の処理を実行
    cout << "invoke_ssn" << a << endl;

    return;
  }