org.norther.tammi.core.naming
Class TransactionRef

java.lang.Object
  extended by javax.naming.Reference
      extended by org.norther.tammi.core.naming.TransactionRef
All Implemented Interfaces:
Serializable, Cloneable

public class TransactionRef
extends Reference

Represents a reference to a transaction.

See Also:
Serialized Form

Field Summary
static String DEFAULT_FACTORY
          Default factory for this reference.
 
Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
 
Constructor Summary
TransactionRef()
          Constructs an empty reference.
TransactionRef(String factory, String factoryLocation)
          Constructs a new reference.
 
Method Summary
 String getFactoryClassName()
          Gets 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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_FACTORY

public static final String DEFAULT_FACTORY
Default factory for this reference.

Constructor Detail

TransactionRef

public TransactionRef()
Constructs an empty reference.


TransactionRef

public TransactionRef(String factory,
                      String factoryLocation)
Constructs a new reference.

Parameters:
factory - the factory class.
factoryLocation - the factory location.
Method Detail

getFactoryClassName

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

Overrides:
getFactoryClassName in class Reference


Copyright © 2004 The Norther Organization. All rights reserved.