Interstage Application Server リファレンスマニュアル(API編)
目次 索引 前ページ次ページ

第3章 Javaインタフェース

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

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

//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;
   }

下へ3.25.1 com.fujitsu.interstage.ots.OTS.term

目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2005