Package com.taobao.zeus.schedule.mvc.event

Examples of com.taobao.zeus.schedule.mvc.event.ScheduleTriggerEvent


    @Override
    public void execute(JobExecutionContext context)
        throws JobExecutionException {
      String jobId=context.getJobDetail().getJobDataMap().getString("jobId");
      Dispatcher dispatcher=(Dispatcher) context.getJobDetail().getJobDataMap().get("dispatcher");
      ScheduleTriggerEvent ste=new ScheduleTriggerEvent(jobId);
      dispatcher.forwardEvent(ste);
    }
View Full Code Here

TOP

Related Classes of com.taobao.zeus.schedule.mvc.event.ScheduleTriggerEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.