Examples of reloadResourceFacetsCache()


Examples of org.rhq.enterprise.server.resource.ResourceTypeManagerLocal.reloadResourceFacetsCache()

        this.namesOfPluginsToBeRegistered.removeAll(pluginsToBeRegistered);

        // load resource facets cache
        try {
            ResourceTypeManagerLocal typeManager = LookupUtil.getResourceTypeManager();
            typeManager.reloadResourceFacetsCache();
        } catch (Throwable t) {
            log.error("Could not load ResourceFacets cache", t);
        }

        // Trigger vacuums on some tables as the initial deployment might have changed a lot of things.
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.