com.stc.eindex.persistence
Class TMResult

java.lang.Object
  extended bycom.stc.eindex.persistence.TMResult
All Implemented Interfaces:
java.io.Serializable

public class TMResult
extends java.lang.Object
implements java.io.Serializable

The TMResult class represents the results of the Transaction Manager. Use this class to retrieve the transaction number when using updateEnterpriseDupRecalc.

See Also:
Serialized Form

Constructor Summary
TMResult()
          Creates a new instance of the TMResult class.
TMResult(java.lang.String euid, java.lang.String tmid)
          Creates a new instance of the TMResult class.
 
Method Summary
 java.lang.String getEUID()
          Retrieves the EUID from an instance of TMResult.
 java.lang.String getTMID()
          Retrieves the transaction number from an instance of TMResult.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TMResult

public TMResult()
Creates a new instance of the TMResult class.

Parameters:
None.
Returns:
The results of the Transaction Manager.
Throws:
None.


TMResult

public TMResult(java.lang.String euid,
                java.lang.String tmid)
Creates a new instance of the TMResult class.

Parameters:
euid - The EUID for the transaction.
tmid - The transaction number for the transaction.
Returns:
The results of the Transaction Manager.
Throws:
None.
Method Detail

getEUID

public java.lang.String getEUID()
Retrieves the EUID from an instance of TMResult.

Parameters:
None.

Returns:
String - The EUID for the transaction.
Throws:
None.

getTMID

public java.lang.String getTMID()
Retrieves the transaction number from an instance of TMResult.

Parameters:
None.

Returns:
String - The transaction number for the transaction.
Throws:
None.


Copyright 2007 by Sun Microsystems, Inc. All Rights Reserved.