uk.ac.leeds.ccg.andyt.projects.genesis.process
Class IOTest

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.projects.genesis.process.IOTest

public class IOTest
extends java.lang.Object


Field Summary
protected  java.util.concurrent.ExecutorService executorService
           
 
Constructor Summary
IOTest()
           
 
Method Summary
protected  java.util.concurrent.ExecutorService getExecutorService()
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executorService

protected transient java.util.concurrent.ExecutorService executorService
Constructor Detail

IOTest

public IOTest()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments

run

public void run()

getExecutorService

protected java.util.concurrent.ExecutorService getExecutorService()