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

3.26 中継トランザクション終了クラス

//Java
package com.fujitsu.interstage.ots;
public abstract class OTScnt
{
  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;
   }