com.supermap.geoprocessor.jobscheduling.manager
Class GetJobsInScheduler
- java.lang.Object
-
- com.supermap.geoprocessor.jobscheduling.manager.GetJobsInScheduler
-
- All Implemented Interfaces:
- ISchedulerAction
public class GetJobsInScheduler extends java.lang.Object implements ISchedulerAction
Gets the job. The following conditions will be required: 1. schedulerName, get the specified scheduler. 2. groupName, get the specified task group in the specified scheduler.
-
-
Constructor Summary
Constructors Constructor and Description GetJobsInScheduler()
-
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)Start action.- Specified by:
doActionin interfaceISchedulerAction- Parameters:
data- Received client message.dataMap- Extra parameter set- Returns:
- Message from client after process
-
-