net.sf.xaj.support
Class XAttack.Command

java.lang.Object
  extended by net.sf.xaj.support.XAttack.Command
Enclosing class:
XAttack

public static class XAttack.Command
extends java.lang.Object

A command-line arguments bean object.


Field Summary
 java.lang.String configFile
          The Spring configuration file.
 int queryTaskDelay
          The number of update threads to run.
 int queryThreads
          The number of update threads to run.
 int runMinutes
          The number of update threads to run.
 int updateTaskDelay
          The number of update threads to run.
 int updateThreads
          The number of update threads to run.
 
Constructor Summary
XAttack.Command()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configFile

public java.lang.String configFile
The Spring configuration file.


updateThreads

public int updateThreads
The number of update threads to run.


updateTaskDelay

public int updateTaskDelay
The number of update threads to run.


queryThreads

public int queryThreads
The number of update threads to run.


queryTaskDelay

public int queryTaskDelay
The number of update threads to run.


runMinutes

public int runMinutes
The number of update threads to run.

Constructor Detail

XAttack.Command

public XAttack.Command()