org.apache.naming

Class TransactionRef


public class TransactionRef
extends Reference

Represents a reference address to a transaction.

Version:
$Revision: 1.3 $ $Date: 2004/02/27 14:58:53 $

Author:
Remy Maucherat

Field Summary

static String
DEFAULT_FACTORY
Default factory for this reference.

Constructor Summary

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

Method Summary

String
getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.

Field Details

DEFAULT_FACTORY

public static final String DEFAULT_FACTORY
Default factory for this reference.

Constructor Details

TransactionRef

public TransactionRef()
Resource Reference.

Parameters:


TransactionRef

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

Parameters:

Method Details

getFactoryClassName

public String getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.