Package com.ibm.jbatch.tck.artifacts.cdi
Class DependentScopedBatchlet
- java.lang.Object
-
- com.ibm.jbatch.tck.artifacts.cdi.DependentScopedBatchlet
-
- All Implemented Interfaces:
jakarta.batch.api.Batchlet
@Dependent @Named("CDIDependentScopedBatchlet") public class DependentScopedBatchlet extends Object implements jakarta.batch.api.Batchlet
-
-
Constructor Summary
Constructors Constructor Description DependentScopedBatchlet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
getPropertyAsString(Properties prop)
String
process()
void
stop()
-
-
-
Method Detail
-
process
public String process() throws Exception
- Specified by:
process
in interfacejakarta.batch.api.Batchlet
- Throws:
Exception
-
stop
public void stop() throws Exception
- Specified by:
stop
in interfacejakarta.batch.api.Batchlet
- Throws:
Exception
-
getPropertyAsString
public static String getPropertyAsString(Properties prop) throws Exception
- Throws:
Exception
-
-