JTools

net.jtools.tef
Class GeneratorHelper

java.lang.Object
  extended by net.jtools.tef.GeneratorFactoryHelper
      extended by net.jtools.tef.GeneratorHelper
All Implemented Interfaces:
ExecutableHelper

public class GeneratorHelper
extends GeneratorFactoryHelper


Field Summary
protected  List<TEFGeneratorInfo> info
           
protected  int numThreads
           
 
Fields inherited from class net.jtools.tef.GeneratorFactoryHelper
genFactoryId, genLogger
 
Constructor Summary
GeneratorHelper()
           
 
Method Summary
 void addInfo(TEFGeneratorInfo info)
           
 TEFGeneratorInfo createInfo()
           
 void execute()
           
 void setNumThreads(int n)
           
 
Methods inherited from class net.jtools.tef.GeneratorFactoryHelper
getGenerator, getGenLogger, setGenFactoryId, setGenLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

info

protected List<TEFGeneratorInfo> info

numThreads

protected int numThreads
Constructor Detail

GeneratorHelper

public GeneratorHelper()
Method Detail

createInfo

public TEFGeneratorInfo createInfo()

addInfo

public void addInfo(TEFGeneratorInfo info)

execute

public void execute()
             throws Exception
Specified by:
execute in interface ExecutableHelper
Overrides:
execute in class GeneratorFactoryHelper
Throws:
Exception

setNumThreads

public void setNumThreads(int n)

JTools

© 2000-2006, JTools.org.