public class StartRunner
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
StartRunner(DBJob job)
The constructor
|
Modifier and Type | Method and Description |
---|---|
void |
run()
run the JOB
|
static void |
runStartUp(DBJob jobToStart)
run the job start scripts
|
void |
waitToComplete()
wait for the start of the job completed to complete
|
public StartRunner(DBJob job)
job
- The JOBpublic void waitToComplete() throws StartJobException
StartJobException
- we could not start the jobpublic void run()
run
in interface java.lang.Runnable
public static void runStartUp(DBJob jobToStart) throws java.lang.Exception
jobToStart
- the job to startjava.lang.Exception
- a serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.