Package com.dianping.cat.system.config

Examples of com.dianping.cat.system.config.ConfigReloadTask


  protected void execute(ModuleContext ctx) throws Exception {
    ServerConfigManager serverConfigManager = ctx.lookup(ServerConfigManager.class);

    ctx.lookup(MessageConsumer.class);
    if (!serverConfigManager.isLocalMode() && !serverConfigManager.isLocalMode()) {
      ConfigReloadTask configReloadTask = ctx.lookup(ConfigReloadTask.class);
      UploaderAndCleaner uploader = ctx.lookup(UploaderAndCleaner.class);

      Threads.forGroup("cat").start(configReloadTask);
      Threads.forGroup("cat").start(uploader);
    }
View Full Code Here

TOP

Related Classes of com.dianping.cat.system.config.ConfigReloadTask

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.