| Constructor and Description | 
|---|
AbstractBatchlet()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 |