org.apache.naming
クラス TransactionRef

java.lang.Object
  |
  +--javax.naming.Reference
        |
        +--org.apache.naming.TransactionRef
すべての実装インタフェース:
java.lang.Cloneable, java.io.Serializable

public class TransactionRef
extends javax.naming.Reference

Represents a reference address to a transaction.

バージョン:
$Revision: 1.1 $ $Date: 2000/11/04 06:46:08 $
作成者:
Remy Maucherat
関連項目:
直列化された形式

フィールドの概要
static java.lang.String DEFAULT_FACTORY
          Default factory for this reference.
 
クラス javax.naming.Reference から継承したフィールド
addrs, classFactory, classFactoryLocation, className
 
コンストラクタの概要
TransactionRef()
          Resource Reference.
TransactionRef(java.lang.String factory, java.lang.String factoryLocation)
          Resource Reference.
 
メソッドの概要
 java.lang.String getFactoryClassName()
          Retrieves the class name of the factory of the object to which this reference refers.
 
クラス javax.naming.Reference から継承したメソッド
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, hashCode, remove, size, toString
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

DEFAULT_FACTORY

public static final java.lang.String DEFAULT_FACTORY
Default factory for this reference.
コンストラクタの詳細

TransactionRef

public TransactionRef()
Resource Reference.
パラメータ:
resourceClass - Resource class
scope - Resource scope
auth - Resource authetication

TransactionRef

public TransactionRef(java.lang.String factory,
                      java.lang.String factoryLocation)
Resource Reference.
パラメータ:
resourceClass - Resource class
scope - Resource scope
auth - Resource authetication
メソッドの詳細

getFactoryClassName

public java.lang.String getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.
オーバーライド:
クラス javax.naming.Reference 内の getFactoryClassName


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