com.supermap.geoprocessor.jobscheduling.manager

Class JobStartInTime

  • java.lang.Object
    • com.supermap.geoprocessor.jobscheduling.manager.JobStartInTime
  • All Implemented Interfaces:
    ISchedulerAction


    public class JobStartInTime
    extends java.lang.Object
    implements ISchedulerAction
    
     Starts job in time. Starts the submitted job in time.
     
    
    • Constructor Summary

      Constructors 
      Constructor and Description
      JobStartInTime() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String actionDo(Scheduler scheduler, JobDetail jobDetail)
      Construct startup environment.
      java.lang.String doAction(java.lang.String data, java.util.Map dataMap)
      Start action.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobStartInTime

        public JobStartInTime()
        
    • Method Detail

      • doAction

        public java.lang.String doAction(java.lang.String data,
                                java.util.Map dataMap)
        
        Start action.
        Specified by:
        doAction in interface ISchedulerAction
        Parameters:
        data - Received client message.
        dataMap - Extra parameter set
        Returns:
        Message from client after process
      • actionDo

        public java.lang.String actionDo(Scheduler scheduler,
                                JobDetail jobDetail)
        
        Construct startup environment.