|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xaj.support.XAttack
public class XAttack
Xaj load testing tool.
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 |
---|
public XAttack(XAttack.Command cmd)
cmd
- the command objectMethod Detail |
---|
public void run() throws java.lang.Exception
java.lang.Exception
- if any error occurspublic static void main(java.lang.String[] args) throws java.lang.Exception
args
- the command line arguments
java.lang.Exception
- if any error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |