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

3.26 中継トランザクション初期化クラス

データベース連携サービスの中継アプリケーションのためのトランザクション初期化を行うためのインタフェースを提供する中継トランザクション初期化クラスについて説明します。

注意

IIOPサービス(Java EEクライアント)では、中継トランザクション初期化クラスをサポートしていません。

//Java
package com.fujitsu.interstage.ots;
public abstract class OTScnt
{
  public void 
          init(org.omg.CORBA.ORB orb, java.lang.String impl)
        throws com.fujitsu.interstage.ots.Bad_Description;
        throws com.fujitsu.interstage.ots.No_DefFile;
        throws com.fujitsu.interstage.ots.Rm_Error;
        throws com.fujitsu.interstage.ots.Permission_Denied;
        throws com.fujitsu.interstage.ots.IOError;
        throws com.fujitsu.interstage.ots.Not_OTS_Started;
  }