com.supermap.geoprocessor.jobscheduling.manager
Class RemoveJobInGroup
- java.lang.Object
-
- com.supermap.geoprocessor.jobscheduling.manager.RemoveJobInGroup
-
- All Implemented Interfaces:
- ISchedulerAction
public class RemoveJobInGroup extends java.lang.Object implements ISchedulerAction
Removes one job. Here are the operations: 1. Extract action parameters. 2. Get the scheduler by parameters. 3. Delete the specified jobs from the specified action group in the scheduler.
-
-
Constructor Summary
Constructors Constructor and Description RemoveJobInGroup()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringdoAction(java.lang.String data, java.util.Map dataMap)Starts action.
-
-
-
Method Detail
-
doAction
public java.lang.String doAction(java.lang.String data, java.util.Map dataMap)Starts action.- Specified by:
doActionin interfaceISchedulerAction- Parameters:
data- Received client message.dataMap- Extra parameter set- Returns:
- Message from client after process
-
-