Constructor and Description |
---|
ActionStatusService()
Get a reference to the Transaction Store.
|
Modifier and Type | Method and Description |
---|---|
void |
doWork(java.io.InputStream is,
java.io.OutputStream os)
Does the main work of reading in a uid and transaction type
from the recovery manager, retrieving the status of the
transaction and sending it back to the Recovery Manager.
|
int |
getTransactionStatus(java.lang.String transactionType,
java.lang.String strUid)
Retrieve the transaction status for the specified Uid and
if available transaction type.
|
public ActionStatusService()
public int getTransactionStatus(java.lang.String transactionType, java.lang.String strUid)
public void doWork(java.io.InputStream is, java.io.OutputStream os) throws java.io.IOException