All Implemented Interfaces:
Runnable

public class AccessLog extends NumberTimeoutRequest
Output request executor for ElectronicValueRW method AccessLog.
  • Constructor Details

    • AccessLog

      public AccessLog(ElectronicValueRWProperties props, int sequenceNumber, int type, int timeout)
      Constructor. Stores given parameters for later use.
      Parameters:
      props - Property set of device service.
      sequenceNumber - Sequence number, any value.
      type - AL_REPORTING or AL_SETTLEMENT.
      timeout - operation timeout.
  • Method Details

    • getType

      public int getType()
      Returns contents of type parameter
      Returns:
      Contents of Type.
    • 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.