Package com.ibm.jbatch.tck.artifacts.cdi
Class DependentScopedBatchletRepeatProps
java.lang.Object
com.ibm.jbatch.tck.artifacts.cdi.DependentScopedBatchletRepeatProps
- All Implemented Interfaces:
jakarta.batch.api.Batchlet
@Dependent
@Named("CDIDependentScopedBatchletRepeatProps")
public class DependentScopedBatchletRepeatProps
extends Object
implements jakarta.batch.api.Batchlet
Prove that a single batch property can be injected multiple times, in multiple ways
(field vs method parm etc.)
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
process()
void
setMethod1
(String m1, String m2) void
setMethod2
(String m3) void
setMethod2
(String m4, String m5, String m6) void
stop()