com.retek.component.customerorder.batch
Class MasterCreditCardAuthBatch
java.lang.Object
com.retek.component.rcombatch.RcomAbstractBatchProgram
com.retek.component.customerorder.batch.MasterCreditCardAuthBatch
- public class MasterCreditCardAuthBatch
- extends RcomAbstractBatchProgram
Method Summary |
static void |
addBatchOptionsArgument(org.apache.commons.cli.Options options)
|
void |
doBatchProcess(java.util.Map args)
Placeholder for the implementation's batch process. |
protected RetekLogger |
getLogger()
Placeholder for the implementation's logger initialization. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class com.retek.component.rcombatch.RcomAbstractBatchProgram |
addFileWorkUnitArgument, addRequiredDirectoryPathArgument, addRequiredUserArgument, addWorkUnitArgument, getBatchResult, getBatchUser, getExitValue, getFileWorkUnitSize, getWorkUnitSize, promoteToCompleteFailure, promoteToPartialFailure, runBatchProcessCalledFromMain |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BATCH_OPTIONS_ARGUMENT_KEY
public static final java.lang.String BATCH_OPTIONS_ARGUMENT_KEY
- See Also:
- Constant Field Values
EXP_AUTH_BATCH_OPTION
public static final int EXP_AUTH_BATCH_OPTION
- See Also:
- Constant Field Values
DIR_SHIP_RE_AUTH_BATCH_OPTION
public static final int DIR_SHIP_RE_AUTH_BATCH_OPTION
- See Also:
- Constant Field Values
NON_DIR_SHIP_RE_AUTH_BATCH_OPTION
public static final int NON_DIR_SHIP_RE_AUTH_BATCH_OPTION
- See Also:
- Constant Field Values
MasterCreditCardAuthBatch
public MasterCreditCardAuthBatch()
doBatchProcess
public void doBatchProcess(java.util.Map args)
- Description copied from class:
RcomAbstractBatchProgram
- Placeholder for the implementation's batch process.
- Specified by:
doBatchProcess
in class RcomAbstractBatchProgram
- Parameters:
args
- map of (String to String) batch execution arguments
main
public static void main(java.lang.String[] args)
addBatchOptionsArgument
public static void addBatchOptionsArgument(org.apache.commons.cli.Options options)
getLogger
protected RetekLogger getLogger()
- Description copied from class:
RcomAbstractBatchProgram
- Placeholder for the implementation's logger initialization.
- Specified by:
getLogger
in class RcomAbstractBatchProgram
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25