org.jboss.portal.test.cms.stress
Class Command

java.lang.Object
  extended by org.jboss.portal.test.cms.stress.Command
Direct Known Subclasses:
BeginTxCommand, CreateContentCommand, CreateDirCommand, DeleteCommand, EndTxCommand, SleepCommand, TestContentCommand, TestDirCommand

public abstract class Command
extends java.lang.Object


Constructor Summary
Command()
           
 
Method Summary
protected abstract  java.lang.String describe()
           
abstract  void execute(Client.Result result, NodeFactory factory)
           
 java.lang.String getDesc()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Command

public Command()
Method Detail

execute

public abstract void execute(Client.Result result,
                             NodeFactory factory)
                      throws java.lang.Exception
Throws:
java.lang.Exception

describe

protected abstract java.lang.String describe()

getDesc

public java.lang.String getDesc()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object