com.supermap.geoprocessor.jobscheduling.manager
Class ModifyJobTriggerTime
- java.lang.Object
-
- com.supermap.geoprocessor.jobscheduling.manager.ModifyJobTriggerTime
-
- All Implemented Interfaces:
- ISchedulerAction
public class ModifyJobTriggerTime extends java.lang.Object implements ISchedulerAction
Modifies the time of triggering jobs. 1. According to the provided JobKey, search and get JobDetail from the specified Scheduler. 2. According to the new trigger rule, create a new trigger. 3. Add JobDetail and the new trigger to the Scheduler.
-
-
Constructor Summary
Constructors Constructor and Description ModifyJobTriggerTime()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringdoAction(java.lang.String data, java.util.Map dataMap)Start action.
-
-
-
Method Detail
-
doAction
public java.lang.String doAction(java.lang.String data, java.util.Map dataMap)Description copied from interface:ISchedulerActionStart action.- Specified by:
doActionin interfaceISchedulerAction- Parameters:
data- Received client message.dataMap- Extra parameter set- Returns:
- Message from client after process
-
-