| Interstage Application Server アプリケーション作成ガイド (CORBAサービス編) |
目次
索引
|
| 付録J プロセスバインド機能を用いたセション管理の例 | > J.2 サーバアプリケーションのプログラミング |
クライアントからセション破棄用のメソッドの要求が来た場合、オブジェクトリファレンスのバインド関係の登録削除関数を発行します。
void
ODsample_ssnintf_impl::destroyssn(
CORBA::Environment &arg_env )
throw ( CORBA::Exception )
{
CORBA::Environment local_env; // 例外情報
// オブジェクトリファレンスのバインド関係の登録削除
orb->unbind_object( this, local_env );
return;
}
目次
索引
|