net.sf.xaj.support
Class XAttack

java.lang.Object
  extended by net.sf.xaj.support.XAttack

public class XAttack
extends java.lang.Object

Xaj load testing tool.

Version:
$Revision$ $Date$
Author:
matt

Nested Class Summary
static class XAttack.Command
          A command-line arguments bean object.
static interface XAttack.IterationParametersResolver
          API for resolving input parameters for update tasks, such as XSLT parameters or XQuery external variables.
 
Constructor Summary
XAttack(XAttack.Command cmd)
          Construct from a Command object.
 
Method Summary
static void main(java.lang.String[] args)
          Run the XML load test tool.
 void run()
          Run the tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XAttack

public XAttack(XAttack.Command cmd)
Construct from a Command object.

Parameters:
cmd - the command object
Method Detail

run

public void run()
         throws java.lang.Exception
Run the tool.

Throws:
java.lang.Exception - if any error occurs

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Run the XML load test tool.

Parameters:
args - the command line arguments
Throws:
java.lang.Exception - if any error occurs