Package org.rhq.enterprise.gui.legacy.action.resource.hub

Examples of org.rhq.enterprise.gui.legacy.action.resource.hub.ResourceHubForm


        try {
            StopWatch timer = new StopWatch();
            Log timingLog = LogFactory.getLog("DASHBOARD-TIMING");

            ResourceHubForm hubForm = (ResourceHubForm) form;
            for (ResourceCategory category : ResourceCategory.values()) {
                hubForm.addFunction(new LabelValueBean(category.name(), category.name()));
            }

            timingLog.trace("SearchHubPrepare - timing [" + timer.toString() + "]");
        } catch (Exception e) {
            if (log.isDebugEnabled()) {
View Full Code Here

TOP

Related Classes of org.rhq.enterprise.gui.legacy.action.resource.hub.ResourceHubForm

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.