|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
outputStrategy.OutputStrategyController.OutputTask
private final class OutputStrategyController.OutputTask
Simple TimerTask
, which puts out the batch it is linked to.
Field Summary | |
---|---|
private boolean |
isRequestTimer
Indicates whether this OutputTask is linked with
requestBatch or not (= linked with
replyBatch ). |
Constructor Summary | |
---|---|
protected |
OutputStrategyController.OutputTask(Batch batch)
Creates a new OutputTask for the specified
Batch . |
Method Summary | |
---|---|
void |
run()
Puts out the batch it is linked to. |
Methods inherited from class java.util.TimerTask |
---|
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean isRequestTimer
OutputTask
is linked with
requestBatch
or not (= linked with
replyBatch
).
Constructor Detail |
---|
protected OutputStrategyController.OutputTask(Batch batch)
OutputTask
for the specified
Batch
.
batch
- Batch
that shall be put out.Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |