@Named(value="deciderTestsBatchlet") public class DeciderTestsBatchlet extends jakarta.batch.api.AbstractBatchlet implements StatusConstants
Modifier and Type | Field and Description |
---|---|
static String |
ACTION |
static String |
ACTUAL_VALUE |
static String |
NORMAL_VALUE |
static String |
SPECIAL_EXIT_STATUS |
static String |
SPECIAL_VALUE |
A_STEP_RAN, GOOD_JOB_EXIT_STATUS, GOOD_STEP_EXIT_STATUS, UNEXPECTED
Constructor and Description |
---|
DeciderTestsBatchlet() |
Modifier and Type | Method and Description |
---|---|
String |
process()
The idea here is that the decider will act on a combination of the 'action'
property and the exit status.
|
void |
stop() |
public static final String NORMAL_VALUE
public static final String SPECIAL_VALUE
public static final String ACTUAL_VALUE
public static final String ACTION
public static final String SPECIAL_EXIT_STATUS
public String process()
process
in interface jakarta.batch.api.Batchlet
process
in class jakarta.batch.api.AbstractBatchlet
public void stop()
stop
in interface jakarta.batch.api.Batchlet
stop
in class jakarta.batch.api.AbstractBatchlet
© Copyright 2013, 2020 International Business Machines Corp. and others
Licensed under the Apache License, Version 2.0