Package org.apache.naming
Class TransactionRef
java.lang.Object
javax.naming.Reference
org.apache.naming.AbstractRef
org.apache.naming.TransactionRef
- All Implemented Interfaces:
Serializable
,Cloneable
Represents a reference address to a transaction.
- Author:
- Remy Maucherat
- See Also:
-
Field Summary
Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
-
Constructor Summary
ConstructorDescriptionResource Reference.TransactionRef
(String factory, String factoryLocation) Resource Reference. -
Method Summary
Methods inherited from class org.apache.naming.AbstractRef
getFactoryClassName, toString
-
Field Details
-
DEFAULT_FACTORY
Default factory for this reference.- See Also:
-
-
Constructor Details
-
TransactionRef
public TransactionRef()Resource Reference. -
TransactionRef
Resource Reference.- Parameters:
factory
- The factory classfactoryLocation
- The factory location
-
-
Method Details
-
getDefaultFactoryClassName
- Specified by:
getDefaultFactoryClassName
in classAbstractRef
-