Package org.rhq.core.pluginapi.content

Examples of org.rhq.core.pluginapi.content.ContentFacet.discoverDeployedPackages()


        // Perform the discovery
        // Use only a read-locked component proxy
        ContentFacet contentFacet = ComponentUtil.getComponent(resourceId, ContentFacet.class, FacetLockType.READ,
            FACET_METHOD_TIMEOUT, false, true, false);

        Set<ResourcePackageDetails> details = contentFacet.discoverDeployedPackages(type);

        if (LOG.isDebugEnabled()) {
            LOG.debug("Discovered [" + ((details != null) ? details.size() : 0) + "] packages of type=" + type);
        }
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.