Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COUNT_ORDERS |
"select COUNT(*) AS rowcount from app.Orders" |
public static final String |
DELETE_ALL_ORDERS |
"delete from app.Orders where orderID > 0" |
public static final String |
DELETE_INVENTORY |
"delete from app.Inventory where itemID = ?" |
public static final String |
INSERT_INVENTORY |
"insert into app.inventory values(?, ?)" |
public static final String |
INSERT_ORDER |
"insert into app.Orders values(DEFAULT, ?, ?)" |
public static final String |
jndiName |
"jdbc/orderDB" |
public static final String |
SELECT_INVENTORY |
"select itemID, quantity from app.inventory where itemID = ?" |
public static final String |
UPDATE_INVENTORY |
"update app.inventory set quantity = ? where itemID = ?" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INSERT_NUMBERS |
"insert into app.numbers values(?, ?)" |
public static final String |
jndiName |
"jdbc/orderDB" |
public static final String |
SELECT_NUMBERS |
"select item, quantity from app.numbers where item = ?" |
public static final String |
UPDATE_NUMBERS |
"update app.numbers set quantity = ? where item = ?" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
A_STEP_RAN |
"StepRan;" |
public static final String |
GOOD_JOB_EXIT_STATUS |
"JOB:ES:Good" |
public static final String |
GOOD_STEP_EXIT_STATUS |
"STEP:ES:Good" |
public static final String |
SPECIAL_EXIT_STATUS |
"STEP:ES:Special" |
public static final String |
UNEXPECTED |
"ES: TCK Test Failure : unexpected" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
prop1 |
"jobListenerA" |
public static final String |
prop2 |
"jobListenerB" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
prop1 |
"stepListenerA" |
public static final String |
prop2 |
"stepListenerB" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ACTION |
"action" |
public static final String |
ACTUAL_VALUE |
"actualValue" |
public static final String |
NORMAL_VALUE |
"21" |
public static final String |
SPECIAL_EXIT_STATUS |
"SpecialExitStatus" |
public static final String |
SPECIAL_VALUE |
"25" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SPECIAL_EXIT_STATUS |
"SpecialExitStatus" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SUCCESS |
"SUCCESS" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DECIDER_EXIT_STATUS |
"DECIDER_EXIT_STATUS" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SHOULD_BE_UNAVAILABLE_PROP_PREFIX |
"com.ibm.jbatch.tck.tests.jslxml.JobLevelPropertiesTests" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_EXIT_STATUS |
"BAD RESULT" |
public static final String |
GOOD_EXIT_STATUS |
"GOOD METRICS RESULT" |
public static final String |
GOOD_EXIT_STATUS_PROCESS |
"GOOD PROCESS METRICS RESULT" |
public static final String |
GOOD_EXIT_STATUS_READ |
"GOOD READ METRICS RESULT" |
public static final String |
GOOD_EXIT_STATUS_WRITE |
"GOOD PROCESS METRICS RESULT" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_EXIT_STATUS |
"MyItemProcessListenerImpl: BAD STATUS" |
public static final String |
GOOD_EXIT_STATUS |
"MyItemProcessListenerImpl: GOOD STATUS" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_EXIT_STATUS |
"MyItemReadListenerImpl: BAD STATUS" |
public static final String |
GOOD_EXIT_STATUS |
"MyItemReadListenerImpl: GOOD STATUS" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_EXIT_STATUS |
"MyItemWriteListener: BAD STATUS" |
public static final String |
GOOD_EXIT_STATUS |
"MyItemWriteListener: GOOD STATUS" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_EXIT_STATUS |
"MyMultipleExceptionsRetryReadListener: BAD STATUS" |
public static final String |
GOOD_EXIT_STATUS |
"MyMultipleExceptionsRetryReadListener: GOOD STATUS" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_EXIT_STATUS |
"MySkipProcessListener: BAD STATUS" |
public static final String |
GOOD_EXIT_STATUS |
"MySkipProcessListener: GOOD STATUS, GOOD OBJ PASSED" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_EXIT_STATUS_INCORRECT_NUMBER_SKIPS |
"MySkipReadListener: BAD STATUS_INCORRECT_NUMBER_SKIPS" |
public static final String |
BAD_EXIT_STATUS_WRONG_EXCEPTION |
"MySkipReadListener: BAD STATUS_WRONG_EXCEPTION" |
public static final String |
GOOD_EXIT_STATUS |
"MySkipReadListener: GOOD STATUS" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_EXIT_STATUS |
"MySkipReadListener: BAD STATUS" |
public static final String |
GOOD_EXIT_STATUS |
"MySkipReadListener: GOOD STATUS" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_EXIT_STATUS |
"MySkipWriteListener: BAD STATUS" |
public static final String |
GOOD_EXIT_STATUS |
"MySkipWriteListener: GOOD STATUS, GOOD OBJS PASSED IN" |
Modifier and Type | Constant Field | Value |
---|---|---|
public final String |
TOP_LEVEL_PUD |
"This is the Persistent User Data for the top-level stepCtx of the partitioned step!" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DECIDER_EXIT_STATUS |
"DECIDER_EXIT_STATUS" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SHOULD_BE_UNAVAILABLE_PROP_PREFIX |
"com.ibm.jbatch.tck.tests.jslxml.StepLevelPropertiesTests" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
GOOD_EXIT |
"GOOD_EXIT" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_EXIT_STATUS |
"VerifySkipWriteListener: BAD STATUS" |
public static final String |
GOOD_EXIT_STATUS |
"VerifySkipWriteListener: GOOD STATUS, GOOD OBJS PASSED IN" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_JOB_OPERATOR_SLEEP_TIME |
"60000" |
© Copyright 2013, 2020 International Business Machines Corp. and others
Licensed under the Apache License, Version 2.0