Package com.dianping.cat.report.task.alert.app

Examples of com.dianping.cat.report.task.alert.app.AppAlert


      ExceptionAlert exceptionAlert = ctx.lookup(ExceptionAlert.class);
      HeartbeatAlert heartbeatAlert = ctx.lookup(HeartbeatAlert.class);
      ProjectUpdateTask productUpdateTask = ctx.lookup(ProjectUpdateTask.class);
      ThirdPartyAlert thirdPartyAlert = ctx.lookup(ThirdPartyAlert.class);
      ThirdPartyAlertBuilder alertBuildingTask = ctx.lookup(ThirdPartyAlertBuilder.class);
      AppAlert appAlert = ctx.lookup(AppAlert.class);
      WebAlert webAlert = ctx.lookup(WebAlert.class);

      Threads.forGroup("cat").start(networkAlert);
      Threads.forGroup("cat").start(systemAlert);
      Threads.forGroup("cat").start(metricAlert);
View Full Code Here

TOP

Related Classes of com.dianping.cat.report.task.alert.app.AppAlert

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.