Examples of StopScheduleJobListener


Examples of com.taobao.zeus.schedule.mvc.StopScheduleJobListener

    GroupBean root = context.getGroupManager().getGlobeGroupBean();

    if (Environment.isPrePub()) {
      // 如果是预发环境,添加stop listener,阻止自动调度执行
      context.getDispatcher().addDispatcherListener(
          new StopScheduleJobListener());
    }
    context.getDispatcher().addDispatcherListener(
        new AddJobListener(context, this));
    context.getDispatcher().addDispatcherListener(
        new JobFailListener(context));
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.