Class MyBatchletWithPropertiesImpl
- java.lang.Object
-
- jakarta.batch.api.AbstractBatchlet
-
- com.ibm.jbatch.tck.artifacts.specialized.MyBatchletWithPropertiesImpl
-
- All Implemented Interfaces:
jakarta.batch.api.Batchlet
@Named("myBatchletWithPropertiesImpl") public class MyBatchletWithPropertiesImpl extends jakarta.batch.api.AbstractBatchlet
-
-
Field Summary
Fields Modifier and Type Field Description String
batchletProp
static String
GOOD_EXIT_CODE
String
myDefaultProp1
String
myProperty2
String
mySubmittedProp
-
Constructor Summary
Constructors Constructor Description MyBatchletWithPropertiesImpl()
-