Class ActionStatusService

  • All Implemented Interfaces:
    Service

    public class ActionStatusService
    extends Object
    implements Service
    • Constructor Detail

      • ActionStatusService

        public ActionStatusService()
        Get a reference to the Transaction Store.
    • 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:
        doWork in interface Service
        Throws:
        IOException