|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kirkwarez.wdysdv.batch.Processor
The Processor
processes tasks taken from batches.
Constructor Summary | |
Processor()
Constructs a new Processor . |
Method Summary | |
void |
process(Batch batch)
Processes the given batch. |
void |
process(Task task)
Processes the given task. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Processor()
Processor
.
Method Detail |
public void process(Batch batch) throws IOException
batch
- The batch to process.
IOException
- When the files from the tasks have problems.public void process(Task task) throws IOException
task
- The task to process.
IOException
- When the files from the tasks have problems.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |