|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
ComponentServiceImpl.getComponent(int resourceId,
Class<T> facetInterface,
FacetLockType lockType,
long timeout,
boolean daemonThread,
boolean onlyIfStarted)
|
|
static
|
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. |
|
|
ComponentService.getComponent(int resourceId,
Class<T> facetInterface,
FacetLockType lockType,
long timeout,
boolean daemonThread,
boolean onlyIfStarted)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||