Uses of Class
org.rhq.core.pc.util.FacetLockType

Packages that use FacetLockType
org.rhq.core.pc.configuration   
org.rhq.core.pc.inventory   
org.rhq.core.pc.util   
 

Uses of FacetLockType in org.rhq.core.pc.configuration
 

Methods in org.rhq.core.pc.configuration with parameters of type FacetLockType
protected  ConfigurationFacet ConfigurationManager.getConfigurationFacet(int resourceId, FacetLockType lockType)
          Given a resource ID, this obtains that resource's ConfigurationFacet interface.
protected  ConfigurationFacet ConfigManagementSupport.loadConfigurationFacet(int resourceId, FacetLockType lockType)
           
 

Uses of FacetLockType in org.rhq.core.pc.inventory
 

Methods in org.rhq.core.pc.inventory with parameters of type FacetLockType
<T> T
ResourceContainer.createResourceComponentProxy(Class<T> facetInterface, FacetLockType lockType, long timeout, boolean daemonThread, boolean onlyIfStarted)
          Creates a proxy to this container's resource component, essentially returning the component exposed as the given facet interface.
 

Uses of FacetLockType in org.rhq.core.pc.util
 

Methods in org.rhq.core.pc.util that return FacetLockType
static FacetLockType FacetLockType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FacetLockType[] FacetLockType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.pc.util with parameters of type FacetLockType
<T> T
ComponentServiceImpl.getComponent(int resourceId, Class<T> facetInterface, FacetLockType lockType, long timeout, boolean daemonThread, boolean onlyIfStarted)
           
static
<T> T
ComponentUtil.getComponent(int resourceId, Class<T> facetInterface, FacetLockType lockType, long timeout, boolean daemonThread, boolean onlyIfStarted)
          Gets the given facet interface for the resource identified with the given ID.
<T> T
ComponentService.getComponent(int resourceId, Class<T> facetInterface, FacetLockType lockType, long timeout, boolean daemonThread, boolean onlyIfStarted)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.