Package com.taobao.zeus.mvc

Examples of com.taobao.zeus.mvc.Dispatcher.forwardEvent()


    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);
    }
   
  }
 
  @Override
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.