Package org.impalaframework.module.monitor

Examples of org.impalaframework.module.monitor.ModuleChangeMonitor


    if (!initialized) {

      if (factory.containsBean("scheduledModuleChangeMonitor")) {
        logger.info("Registering " + getServletName() + " for module modifications");
        ModuleChangeMonitor moduleChangeMonitor = (ModuleChangeMonitor) factory
            .getBean("scheduledModuleChangeMonitor");
        moduleChangeMonitor.addModificationListener(this);
      }
      this.initialized = true;
    }
   
    return (WebApplicationContext) context;
View Full Code Here

TOP

Related Classes of org.impalaframework.module.monitor.ModuleChangeMonitor

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.