public class TransactionStatusConnectionManager
extends java.lang.Object
Constructor and Description |
---|
TransactionStatusConnectionManager()
Gets a reference to the Object Store.
|
Modifier and Type | Method and Description |
---|---|
int |
getTransactionStatus(java.lang.String transactionType,
Uid tranUid)
Obtain the transaction status for the specified transaction type
and transaction.
|
int |
getTransactionStatus(Uid tranUid)
Obtain the transaction status for the specified transaction.
|
void |
updateTSMI()
Examine the Object Store for any new TrasactionStatusManagerItem
objects, and add to local hash table.
|
public TransactionStatusConnectionManager()
public int getTransactionStatus(Uid tranUid)
public int getTransactionStatus(java.lang.String transactionType, Uid tranUid)
public void updateTSMI()