public class SchedulerKernel
extends java.lang.Object
| Constructor and Description |
|---|
SchedulerKernel()
Kernel main driver behind Taskomatic
|
| Modifier and Type | Method and Description |
|---|---|
static org.quartz.Scheduler |
getScheduler()
returns scheduler
|
void |
initializeAllSatSchedules()
load DB schedule configuration
|
protected void |
shutdown()
Shutsdown the application
|
void |
startShutdown()
Initiates the shutdown process.
|
void |
startup()
Starts Taskomatic
This method does not return until the this.scheduler is shutdown
|
public SchedulerKernel()
throws java.lang.InstantiationException,
java.net.UnknownHostException
java.lang.InstantiationException - thrown if this.scheduler can't be initialized.java.net.UnknownHostException - thrown if xmlrcp host is unknownpublic static org.quartz.Scheduler getScheduler()
public void startup()
throws TaskomaticException
TaskomaticException - error occurred during Quartz or Hibernate startuppublic void startShutdown()
protected void shutdown()
public void initializeAllSatSchedules()