public class SchedulerHandleManager
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | CLEARALL_INSCHEDULERClear all, jobs and triggers. | 
| static int | GET_DATALISTGet all data published by server. | 
| static int | GET_LIST_FOR_MODELERGet a list (project list and model list) | 
| static int | GET_PTOJECTCONTENTGet project file information. | 
| static int | GET_PTOJECTLISTGet project file list. | 
| static int | GETJOBS_LINKEDMODELNAMEGet the jobs related with specified model. | 
| static int | GETLOG_DETAILGet log in details. | 
| static int | GETLOGLIST_FOR_JOBGet executing jobs and executing records. | 
| static int | JOBACTION_STATEQUERYQuery the job state. | 
| static int | JOBS_IN_GROUPGet the registered jobs of the specified group in the scheduler. | 
| static int | JOBSTART_INTIMEStart jobs in time. | 
| static int | LOGINLog in. | 
| static int | MODELANDPROJECT_SUBMITSubmit a model or a project. | 
| static int | MODIFY_TRIGGERTIMEModify the job trigger. | 
| static int | NEWJOB_SCHEDULERAdd new job to the scheduler. | 
| static int | REMOVEGROUP_INSCHEDULERRemove a group in the specified scheduler. | 
| static int | REMOVEJOB_INGROUPRemove a job in the specified scheduler. | 
| static int | VALIDATION_NAMEName 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.