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

|
3.24 トランザクション初期化クラス
データベース連携サービスのトランザクション初期化を行うためのインタフェースを提供するトランザクション初期化クラスについて説明します。
//Java
package com.fujitsu.interstage.ots;
public abstract class OTS
{
public void
init(org.omg.CORBA.ORB orb, java.lang.String impl, java.lang.String libname)
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.Bad_Description;
throws com.fujitsu.interstage.ots.Permission_Denied;
throws com.fujitsu.interstage.ots.IOError;
throws com.fujitsu.interstage.ots.Not_OTS_Started;
}
3.24.1 com.fujitsu.interstage.ots.OTS.init
All Rights Reserved, Copyright(C) 富士通株式会社 2005