Examples of FacetLockType


Examples of org.rhq.core.pc.util.FacetLockType

    }

    protected ResourceConfigurationFacet loadResourceConfigFacetWithWriteLock(int resourceId)
        throws PluginContainerException {

        FacetLockType lockType = FacetLockType.WRITE;
        boolean daemonThread = (lockType != FacetLockType.WRITE);
        boolean onlyIfStarted = true;

        return componentService.getComponent(resourceId, ResourceConfigurationFacet.class, lockType,
                FACET_METHOD_TIMEOUT, daemonThread, onlyIfStarted);
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.