org.apache.naming.factory
クラス TyrexTransactionFactory

java.lang.Object
  |
  +--org.apache.naming.factory.TyrexTransactionFactory
すべての実装インタフェース:
javax.naming.spi.ObjectFactory

public class TyrexTransactionFactory
extends java.lang.Object
implements javax.naming.spi.ObjectFactory

Object factory for Tyrex User transactions.
Tyrex is an open-source transaction manager, developed by Assaf Arkin and exolab.org. See the Tyrex homepage for more details about Tyrex and downloads.

バージョン:
$Revision: 1.2.4.1 $ $Date: 2002/02/22 20:11:50 $
作成者:
Remy Maucherat

コンストラクタの概要
TyrexTransactionFactory()
           
 
メソッドの概要
 java.lang.Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment)
          Crete a new User transaction instance.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TyrexTransactionFactory

public TyrexTransactionFactory()
メソッドの詳細

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object obj,
                                          javax.naming.Name name,
                                          javax.naming.Context nameCtx,
                                          java.util.Hashtable environment)
                                   throws javax.naming.NamingException
Crete a new User transaction instance.
定義:
インタフェース javax.naming.spi.ObjectFactory 内の getObjectInstance
パラメータ:
obj - The reference object describing the DataSource


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.