Package org.apache.oodt.pcs.webcomponents.health

Examples of org.apache.oodt.pcs.webcomponents.health.HealthMonitor


    String fmUrlStr = app.getFmUrlStr();
    String wmUrlStr = app.getWmUrlStr();
    String rmUrlStr = app.getRmUrlStr();
    String crawlerConfFilePath = app.getCrawlerConfFilePath();
    String statesFilePath = app.getStatesFilePath();
    add(new HealthMonitor("health_monitor", fmUrlStr, wmUrlStr, rmUrlStr,
        crawlerConfFilePath, statesFilePath, ProductBrowserPage.class,
        WorkflowInstanceViewerPage.class));
  }
View Full Code Here

TOP

Related Classes of org.apache.oodt.pcs.webcomponents.health.HealthMonitor

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.