org.apache.naming.factory
クラス TransactionFactory

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

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

Object factory for User trasactions.

バージョン:
$Revision: 1.3 $ $Date: 2001/01/23 03:43:54 $
作成者:
Remy Maucherat

コンストラクタの概要
TransactionFactory()
           
 
メソッドの概要
 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
 

コンストラクタの詳細

TransactionFactory

public TransactionFactory()
メソッドの詳細

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object obj,
                                          javax.naming.Name name,
                                          javax.naming.Context nameCtx,
                                          java.util.Hashtable environment)
                                   throws java.lang.Exception
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.