jPOS 1.6.1 API Documentation

org.jpos.util
Class DirPoll.ProcessorRunner

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

public class DirPoll.ProcessorRunner
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
DirPoll.ProcessorRunner(java.io.File request)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirPoll.ProcessorRunner

public DirPoll.ProcessorRunner(java.io.File request)
                        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

jPOS.org