Package com.arjuna.ats.arjuna.recovery
Class ActionStatusService
java.lang.Object
com.arjuna.ats.arjuna.recovery.ActionStatusService
- All Implemented Interfaces:
Service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoWork(InputStream is, 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.intgetTransactionStatus(String transactionType, String strUid) Retrieve the transaction status for the specified Uid and if available transaction type.
-
Constructor Details
-
ActionStatusService
public ActionStatusService()Get a reference to the Transaction Store.
-
-
Method Details
-
getTransactionStatus
Retrieve the transaction status for the specified Uid and if available transaction type. -
doWork
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.- Specified by:
doWorkin interfaceService- Throws:
IOException
-