|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.icenigrid.gridsam.client.cli.GridSAMMultiJSDLStressTest.SimulatedUser
public static class GridSAMMultiJSDLStressTest.SimulatedUser
class representing a simulated user
Constructor Summary | |
---|---|
GridSAMMultiJSDLStressTest.SimulatedUser(org.icenigrid.gridsam.core.JobManager pJobmanager,
int pNumberOfJobs,
GridSAMMultiJSDLStressTest.Reporter pReporter,
org.icenigrid.schema.jsdl.y2005.m11.JobDefinitionDocument[] pJSDL,
org.icenigrid.schema.jsdl.y2005.m11.JobDefinitionDocument[] pWrongJSDL,
int pWrongPercentage,
long pPeriod)
create a simulated user |
Method Summary | |
---|---|
void |
delay()
delay for a period before the next run |
org.icenigrid.schema.jsdl.y2005.m11.JobDefinitionDocument |
getJSDL()
get the JSDL to be submitted |
void |
run()
When an object implementing interface Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridSAMMultiJSDLStressTest.SimulatedUser(org.icenigrid.gridsam.core.JobManager pJobmanager, int pNumberOfJobs, GridSAMMultiJSDLStressTest.Reporter pReporter, org.icenigrid.schema.jsdl.y2005.m11.JobDefinitionDocument[] pJSDL, org.icenigrid.schema.jsdl.y2005.m11.JobDefinitionDocument[] pWrongJSDL, int pWrongPercentage, long pPeriod)
pJobmanager
- the jobmanager to use to submit jobpNumberOfJobs
- number of jobs to submitMethod Detail |
---|
public void run()
Runnable
is used
to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread. The general contract of the method run
is
that it may take any action whatsoever.
run
in interface java.lang.Runnable
Thread.run()
public org.icenigrid.schema.jsdl.y2005.m11.JobDefinitionDocument getJSDL()
public void delay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |