Class UnlockTerminal

All Implemented Interfaces:
Runnable

public class UnlockTerminal extends OutputRequest
Output request executor for CAT method UnlockTerminal.
  • Constructor Details

    • UnlockTerminal

      public UnlockTerminal(CATProperties 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.