Class TransactionDisplay

All Implemented Interfaces:
Runnable

public class TransactionDisplay extends UnitOutputRequest
Output request executor for RemoteOrderDisplay method TransactionDisplay.
  • Constructor Details

    • TransactionDisplay

      public TransactionDisplay(JposCommonProperties props, int units, int function)
      Constructor. Stores given parameters for later use.
      Parameters:
      props - Property set of device service.
      units - Bitwise mask indicating which video unit(s) to operate on.
      function - Transaction control function.
  • Method Details

    • getFunction

      public int getFunction()
      Retrieves parameter row of method TransactionDisplay. See UPOS specification for further information.
      Returns:
      Value of method parameter function.
    • 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.