org.apache.naming
Class TransactionRef
java.lang.Object
javax.naming.Reference
org.apache.naming.TransactionRef
- All Implemented Interfaces:
- Serializable, Cloneable
public class TransactionRef
- extends Reference
Represents a reference address to a transaction.
- Version:
- $Id: TransactionRef.java 1038846 2010-11-24 22:08:38Z markt $
- Author:
- Remy Maucherat
- See Also:
- Serialized Form
Method Summary |
String |
getFactoryClassName()
Retrieves the class name of the factory of the object to which this
reference refers. |
Methods inherited from class javax.naming.Reference |
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, hashCode, remove, size, toString |
DEFAULT_FACTORY
public static final String DEFAULT_FACTORY
- Default factory for this reference.
- See Also:
- Constant Field Values
TransactionRef
public TransactionRef()
- Resource Reference.
TransactionRef
public TransactionRef(String factory,
String factoryLocation)
- Resource Reference.
- Parameters:
factory
- The factory classfactoryLocation
- The factory location
getFactoryClassName
public String getFactoryClassName()
- Retrieves the class name of the factory of the object to which this
reference refers.
- Overrides:
getFactoryClassName
in class Reference
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.