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

java.lang.Object
  extended by org.jboss.portal.test.cms.stress.Command
      extended by org.jboss.portal.test.cms.stress.CreateContentCommand

public class CreateContentCommand
extends Command


Constructor Summary
CreateContentCommand(java.lang.String uri, java.lang.String s)
           
 
Method Summary
protected  java.lang.String describe()
           
 void execute(Client.Result result, NodeFactory factory)
           
 
Methods inherited from class org.jboss.portal.test.cms.stress.Command
getDesc, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateContentCommand

public CreateContentCommand(java.lang.String uri,
                            java.lang.String s)
Method Detail

execute

public void execute(Client.Result result,
                    NodeFactory factory)
             throws NodeException
Specified by:
execute in class Command
Throws:
NodeException

describe

protected java.lang.String describe()
Specified by:
describe in class Command