org.apache.naming

Class TransactionRef

public class TransactionRef extends Reference

Represents a reference address to a transaction.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Remy Maucherat

Field Summary
static StringDEFAULT_FACTORY
Default factory for this reference.
Constructor Summary
TransactionRef()
Resource Reference.
TransactionRef(String factory, String factoryLocation)
Resource Reference.
Method Summary
StringgetFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.

Field Detail

DEFAULT_FACTORY

public static final String DEFAULT_FACTORY
Default factory for this reference.

Constructor Detail

TransactionRef

public TransactionRef()
Resource Reference.

TransactionRef

public TransactionRef(String factory, String factoryLocation)
Resource Reference.

Parameters: factory The factory class factoryLocation The factory location

Method Detail

getFactoryClassName

public String getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.