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

3.25 トランザクション終了クラス

データベース連携サービスのトランザクションの終了を行うためのインタフェースを提供するトランザクション終了クラスについて説明します。

注意

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

//Java
package com.fujitsu.interstage.ots;
public abstract class OTS
{
  public void 
      term()
        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.Occurred_File;
        throws com.fujitsu.interstage.ots.Not_OTS_Started;
   }