|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.batch.api.AbstractBatchlet
public abstract class AbstractBatchlet
The AbstractBatchlet provides default implementations of less commonly implemented methods.
| Constructor Summary | |
|---|---|
AbstractBatchlet()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
process()
Implement process logic for the Batchlet in this method. |
void |
stop()
Override this method if the Batchlet will end in response to the JobOperator.stop() operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBatchlet()
| Method Detail |
|---|
public abstract java.lang.String process()
throws java.lang.Exception
process in interface Batchletjava.lang.Exception - (or subclass) if an error occurs.
public void stop()
throws java.lang.Exception
stop in interface Batchletjava.lang.Exception - (or subclass) if an error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||