Package railo.runtime.config.ConfigWebFactory

Examples of railo.runtime.config.ConfigWebFactory.MonitorTemp


      return collector;
    }
  }

  private static void addMonitors(ActionMonitorCollector collector, ConfigServer cs, MonitorTemp[] temps) throws IOException {
    MonitorTemp temp;
    for(int i=0;i<temps.length;i++){
      temp=temps[i];
      collector.addMonitor(cs, temp.obj, temp.name, temp.log);
    }
  }
View Full Code Here

TOP

Related Classes of railo.runtime.config.ConfigWebFactory.MonitorTemp

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.