public class BatchStepLauncher extends Object implements Runnable
| Constructor and Description |
|---|
BatchStepLauncher() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
This class validates the arguments, adds a shutdown hook to Runtime to clean up BatchContainer's semaphore, starts the batch container,
and executes steps using the BatchStepTrigger.
|
void |
run()
Run the Batch Container in its own thread
|
public BatchStepLauncher()
public static void main(String[] args)
args - the String[] arguments normally passed to BatchStepTriggerCopyright © 2004–2015 The Kuali Foundation. All rights reserved.