|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.persistence.TMResult
The TMResult class represents the results of the Transaction Manager. Use this class to retrieve the transaction number when using updateEnterpriseDupRecalc.
| Field Summary | |
static TMResult |
NO_CHANGE_TRANSACTION
|
| 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 |
| Field Detail |
public static final TMResult NO_CHANGE_TRANSACTION
| Constructor Detail |
public TMResult()
public TMResult(java.lang.String euid,
java.lang.String tmid)
euid - The EUID for the transaction.tmid - The transaction number for the transaction.
| Method Detail |
public java.lang.String getEUID()
String - The EUID for the transaction.
public java.lang.String getTMID()
String - The transaction number for the transaction.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.