Class DirPoll.ProcessorRunner
java.lang.Object
org.jpos.util.DirPoll.ProcessorRunner
- All Implemented Interfaces:
Runnable
- Enclosing class:
DirPoll
Runnable that moves a request to the run directory and dispatches it to the processor.
- Since:
- jPOS 1.2.7
-
Constructor Summary
ConstructorsConstructorDescriptionProcessorRunner(File request) Creates a ProcessorRunner for the given request file. -
Method Summary
-
Constructor Details
-
ProcessorRunner
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
-
run
-