public interface Batchlet
A well-behaved batchlet responds to stop requests by implementing the stop method.
Modifier and Type | Method and Description |
---|---|
String |
process()
The process method does the work
of the batchlet.
|
void |
stop()
The stop method is invoked by the batch
runtime as part of JobOperator.stop()
method processing.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.