Class TransactionRef

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class TransactionRef
    extends Reference
    Represents a reference address to a transaction.
    Version:
    $Revision: 1.2 $ $Date: 2005/12/08 01:29:05 $
    Author:
    Remy Maucherat
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionRef

        public TransactionRef()
        Resource Reference.
      • TransactionRef

        public TransactionRef​(String factory,
                              String factoryLocation)
        Resource Reference.
        Parameters:
        factory - the factory
        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.
        Overrides:
        getFactoryClassName in class Reference