Package com.arjuna.ats.arjuna.recovery
Class ActionStatusService
- java.lang.Object
-
- com.arjuna.ats.arjuna.recovery.ActionStatusService
-
-
Constructor Summary
Constructors Constructor Description ActionStatusService()Get a reference to the Transaction Store.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoWork(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.
-
-
-
Method Detail
-
getTransactionStatus
public int getTransactionStatus(String transactionType, String strUid)
Retrieve the transaction status for the specified Uid and if available transaction type.
-
doWork
public void doWork(InputStream is, OutputStream os) throws IOException
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
-
-