| |
|
| java.lang.Object javax.naming.Reference org.apache.naming.TransactionRef
TransactionRef | public class TransactionRef extends Reference (Code) | | Represents a reference address to a transaction.
author: Remy Maucherat version: $Revision: 1.1 $ $Date: 2000/11/04 06:46:08 $ |
Method Summary | |
public String | getFactoryClassName() Retrieves the class name of the factory of the object to which this
reference refers. |
DEFAULT_FACTORY | final public static String DEFAULT_FACTORY(Code) | | Default factory for this reference.
|
TransactionRef | public TransactionRef()(Code) | | Resource Reference.
Parameters: resourceClass - Resource class Parameters: scope - Resource scope Parameters: auth - Resource authetication |
TransactionRef | public TransactionRef(String factory, String factoryLocation)(Code) | | Resource Reference.
Parameters: resourceClass - Resource class Parameters: scope - Resource scope Parameters: auth - Resource authetication |
getFactoryClassName | public String getFactoryClassName()(Code) | | Retrieves the class name of the factory of the object to which this
reference refers.
|
|
|
|