Class QueryLastSuccessfulTransactionResult

java.lang.Object
de.gmxhome.conrad.jpos.jpos_base.JposOutputRequest
de.gmxhome.conrad.jpos.jpos_base.electronicvaluerw.OutputRequest
de.gmxhome.conrad.jpos.jpos_base.electronicvaluerw.QueryLastSuccessfulTransactionResult
All Implemented Interfaces:
Runnable

public class QueryLastSuccessfulTransactionResult extends OutputRequest
Output request executor for ElectronicValueRW method QueryLastSuccessfulTransactionResult.
  • Constructor Details

    • QueryLastSuccessfulTransactionResult

      public QueryLastSuccessfulTransactionResult(ElectronicValueRWProperties props)
      Constructor. Stores given parameters for later use.
      Parameters:
      props - Property set of device service.
  • Method Details

    • invoke

      public void invoke() throws jpos.JposException
      Description copied from class: JposOutputRequest
      Invokes the command. Must be implemented in derived class. Calls finished() to wake up potentially waiting threads.
      Overrides:
      invoke in class JposOutputRequest
      Throws:
      jpos.JposException - JposException thrown by the command to be executed.