Class DirPoll.ProcessorRunner

java.lang.Object
org.jpos.util.DirPoll.ProcessorRunner
All Implemented Interfaces:
Runnable
Enclosing class:
DirPoll

public class DirPoll.ProcessorRunner extends Object implements Runnable
Runnable that moves a request to the run directory and dispatches it to the processor.
Since:
jPOS 1.2.7
  • Constructor Details

    • ProcessorRunner

      public ProcessorRunner(File request) throws IOException
      Creates a ProcessorRunner for the given request file.
      Parameters:
      request - the request file
      Throws:
      IOException - on I/O failure while moving the file
  • Method Details