public class RunSynch extends RunSync
This class exists solely for backwards compatibility with CLP, QShell scripts and scheduled jobs that reference older java package and class names.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
Constructor and Description |
---|
RunSynch(java.lang.String type,
java.io.PrintStream log)
Constructs a new run sync instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main entry point for when the class is started from a command line.
|
private static final long serialVersionUID
public RunSynch(java.lang.String type, java.io.PrintStream log)
type
- (String) The type code for the sync to process ("prod",
"cust", "user", "nfcnt").log
- (PrintStream) The stream where processing status messages
are logged.public static void main(java.lang.String[] args)
args
- (String[]) A string array of startup parameters where
args[0] must be either "prod", "cust", "user" or "nfcnt"
(without the quotes) to indicate which of the 4 syncs is to
be processed.