com.supermap.geoprocessor.jobscheduling.manager
Class RemoveGroupInScheduler
- java.lang.Object
-
- com.supermap.geoprocessor.jobscheduling.manager.RemoveGroupInScheduler
-
- All Implemented Interfaces:
- ISchedulerAction
public class RemoveGroupInScheduler extends java.lang.Object implements ISchedulerAction
Removes a task group from the scheduler, and remove all jobs from the task group.
-
-
Constructor Summary
Constructors Constructor and Description RemoveGroupInScheduler()
-
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
-
-