|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.eduvax.grant.core.AbstractTasklet
net.eduvax.grant.simul.TestTasklet
public class TestTasklet
Tasklet base test. Only sleeps N seconds where N is the unique commande line argument...
| Field Summary | |
|---|---|
static int |
DEF_DELAY
default delay (millisec). |
static int |
SEC_UNIT
one second is 1000 milliseconds. |
| Fields inherited from class net.eduvax.grant.core.AbstractTasklet |
|---|
context, exitCode |
| Constructor Summary | |
|---|---|
TestTasklet()
Create new test tasklet. |
|
| Method Summary | |
|---|---|
void |
run()
run tasklet. |
| Methods inherited from class net.eduvax.grant.core.AbstractTasklet |
|---|
getCr, setContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEF_DELAY
public static final int SEC_UNIT
| Constructor Detail |
|---|
public TestTasklet()
params - arguments| Method Detail |
|---|
public void run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||