All Implemented Interfaces:
Runnable

public class CopyVideoRegion extends AreaBase
Output request executor for RemoteOrderDisplay method CopyVideoRegion.
  • Constructor Details

    • CopyVideoRegion

      public CopyVideoRegion(RemoteOrderDisplayProperties data, int units, int row, int column, int height, int width, int targetRow, int targetColumn)
      Constructor. Stores given parameters for later use.
      Parameters:
      data - Property set of device service.
      units - Bitwise mask indicating which video unit(s) to operate on.
      row - Upper row of the specified region.
      column - Left column of the specified region.
      height - Height of the specified region.
      width - Width of the specified region.
      targetRow - Upper row of target location.
      targetColumn - Left column of target location.
  • Method Details

    • getTargetRow

      public int getTargetRow()
      Retrieves parameter targetRow of remote order display method. See UPOS specification of the specific method for further information.
      Returns:
      Value of method parameter targetRow.
    • getTargetColumn

      public int getTargetColumn()
      Retrieves parameter targetColumn of remote order display method. See UPOS specification of the specific method for further information.
      Returns:
      Value of method parameter targetColumn.
    • 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.