public class SchedulerHandleManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CLEARALL_INSCHEDULER
Clear all, jobs and triggers.
|
static int |
GET_DATALIST
Get all data published by server.
|
static int |
GET_LIST_FOR_MODELER
Get a list (project list and model list)
|
static int |
GET_PTOJECTCONTENT
Get project file information.
|
static int |
GET_PTOJECTLIST
Get project file list.
|
static int |
GETJOBS_LINKEDMODELNAME
Get the jobs related with specified model.
|
static int |
GETLOG_DETAIL
Get log in details.
|
static int |
GETLOGLIST_FOR_JOB
Get executing jobs and executing records.
|
static int |
JOBACTION_STATEQUERY
Query the job state.
|
static int |
JOBS_IN_GROUP
Get the registered jobs of the specified group in the scheduler.
|
static int |
JOBSTART_INTIME
Start jobs in time.
|
static int |
LOGIN
Log in.
|
static int |
MODELANDPROJECT_SUBMIT
Submit a model or a project.
|
static int |
MODIFY_TRIGGERTIME
Modify the job trigger.
|
static int |
NEWJOB_SCHEDULER
Add new job to the scheduler.
|
static int |
REMOVEGROUP_INSCHEDULER
Remove a group in the specified scheduler.
|
static int |
REMOVEJOB_INGROUP
Remove a job in the specified scheduler.
|
static int |
VALIDATION_NAME
Name validation, including new task name and task group name.
|
Constructor and Description |
---|
SchedulerHandleManager() |
Modifier and Type | Method and Description |
---|---|
ISchedulerAction |
createOperateAction(int type)
Create operaton action according to type.
|
static SchedulerHandleManager |
getInstance()
Get the instance of the scheduler.
|
public static final int NEWJOB_SCHEDULER
public static final int JOBACTION_STATEQUERY
public static final int JOBS_IN_GROUP
public static final int REMOVEJOB_INGROUP
public static final int REMOVEGROUP_INSCHEDULER
public static final int CLEARALL_INSCHEDULER
public static final int MODELANDPROJECT_SUBMIT
public static final int GET_LIST_FOR_MODELER
public static final int GETLOGLIST_FOR_JOB
public static final int JOBSTART_INTIME
public static final int GETLOG_DETAIL
public static final int VALIDATION_NAME
public static final int GET_PTOJECTLIST
public static final int GET_PTOJECTCONTENT
public static final int GET_DATALIST
public static final int LOGIN
public static final int MODIFY_TRIGGERTIME
public static final int GETJOBS_LINKEDMODELNAME
public static SchedulerHandleManager getInstance()
public ISchedulerAction createOperateAction(int type)
type
- operation type. type value is constant.