| |
|
| 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: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $ |
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.
|
TransactionRef | public TransactionRef(String factory, String factoryLocation)(Code) | | Resource Reference.
Parameters: factory - The factory class Parameters: factoryLocation - The factory location |
getFactoryClassName | public String getFactoryClassName()(Code) | | Retrieves the class name of the factory of the object to which this
reference refers.
|
|
|
|