| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ResourceType in org.rhq.core.domain.alert | 
|---|
| Methods in org.rhq.core.domain.alert that return ResourceType | |
|---|---|
|  ResourceType | AlertDefinition.getResourceType() | 
| Methods in org.rhq.core.domain.alert with parameters of type ResourceType | |
|---|---|
|  void | AlertDefinition.setResourceType(ResourceType resourceType) | 
| Uses of ResourceType in org.rhq.core.domain.content | 
|---|
| Methods in org.rhq.core.domain.content that return ResourceType | |
|---|---|
|  ResourceType | PackageType.getResourceType()The resource type that defined this package type. | 
| Methods in org.rhq.core.domain.content with parameters of type ResourceType | |
|---|---|
|  void | PackageType.setResourceType(ResourceType resourceType) | 
| Constructors in org.rhq.core.domain.content with parameters of type ResourceType | |
|---|---|
| PackageType(String name,
            ResourceType resourceType) | |
| Uses of ResourceType in org.rhq.core.domain.event | 
|---|
| Methods in org.rhq.core.domain.event that return ResourceType | |
|---|---|
|  ResourceType | EventDefinition.getResourceType() | 
| Constructors in org.rhq.core.domain.event with parameters of type ResourceType | |
|---|---|
| EventDefinition(ResourceType resourceType,
                String name) | |
| Uses of ResourceType in org.rhq.core.domain.measurement | 
|---|
| Methods in org.rhq.core.domain.measurement that return ResourceType | |
|---|---|
|  ResourceType | MeasurementDefinition.getResourceType() | 
| Methods in org.rhq.core.domain.measurement with parameters of type ResourceType | |
|---|---|
|  void | MeasurementDefinition.setResourceType(ResourceType resourceType) | 
| Constructors in org.rhq.core.domain.measurement with parameters of type ResourceType | |
|---|---|
| MeasurementDefinition(ResourceType resourceType,
                      String name) | |
| Uses of ResourceType in org.rhq.core.domain.operation | 
|---|
| Methods in org.rhq.core.domain.operation that return ResourceType | |
|---|---|
|  ResourceType | OperationDefinition.getResourceType() | 
| Methods in org.rhq.core.domain.operation with parameters of type ResourceType | |
|---|---|
|  void | OperationDefinition.setResourceType(ResourceType resourceType) | 
| Constructors in org.rhq.core.domain.operation with parameters of type ResourceType | |
|---|---|
| OperationDefinition(ResourceType resourceType,
                    String name) | |
| Uses of ResourceType in org.rhq.core.domain.resource | 
|---|
| Fields in org.rhq.core.domain.resource declared as ResourceType | |
|---|---|
| static ResourceType | ResourceType.ANY_PLATFORM_TYPE | 
| Methods in org.rhq.core.domain.resource that return ResourceType | |
|---|---|
|  ResourceType | ResourceSubCategory.findParentResourceType() | 
|  ResourceType | CreateResourceHistory.getResourceType() | 
|  ResourceType | ProductVersion.getResourceType() | 
|  ResourceType | Resource.getResourceType() | 
|  ResourceType | ResourceSubCategory.getResourceType() | 
| Methods in org.rhq.core.domain.resource that return types with arguments of type ResourceType | |
|---|---|
|  Collection<ResourceType> | ResourceSubCategory.findTaggedResourceTypes() | 
|  Set<ResourceType> | ResourceType.getChildResourceTypes() | 
|  Set<ResourceType> | ResourceType.getParentResourceTypes() | 
| Methods in org.rhq.core.domain.resource with parameters of type ResourceType | |
|---|---|
|  void | ResourceType.addChildResourceType(ResourceType childResourceType)Makes this resource type a parent of the given child resource type. | 
|  void | ResourceType.addParentResourceType(ResourceType parentResourceType)Makes this resource type a child of the given parent resource type. | 
|  int | ResourceType.compareTo(ResourceType that) | 
|  void | ResourceType.removeChildResourceType(ResourceType oldChildResourceType)Removes the given resource type as a child of this resource type. | 
|  void | ResourceType.removeParentResourceType(ResourceType oldParentResourceType)Removes the given resource type as a parent of this resource type. | 
|  void | CreateResourceHistory.setResourceType(ResourceType resourceType) | 
|  void | ProductVersion.setResourceType(ResourceType resourceType) | 
|  void | Resource.setResourceType(ResourceType resourceType) | 
|  void | ResourceSubCategory.setResourceType(ResourceType resourceType) | 
| Method parameters in org.rhq.core.domain.resource with type arguments of type ResourceType | |
|---|---|
|  void | ResourceType.setParentResourceTypes(Set<ResourceType> parentResourceTypes) | 
| Constructors in org.rhq.core.domain.resource with parameters of type ResourceType | |
|---|---|
| CreateResourceHistory(Resource parentResource,
                      ResourceType resourceType,
                      String subjectName,
                      Configuration resourceConfiguration)Helper constructor when creating a request for a configuration-backed resource. | |
| CreateResourceHistory(Resource parentResource,
                      ResourceType resourceType,
                      String subjectName,
                      InstalledPackage installedPackage)Helper constructor when creating a request for a content-backed resource. | |
| Resource(String resourceKey,
         String name,
         ResourceType type) | |
| ResourceType(String name,
             String plugin,
             ResourceCategory category,
             ResourceType parentResourceType) | |
| Uses of ResourceType in org.rhq.core.domain.resource.composite | 
|---|
| Methods in org.rhq.core.domain.resource.composite that return ResourceType | |
|---|---|
|  ResourceType | ResourceTypeTemplateCountComposite.getType() | 
| Constructors in org.rhq.core.domain.resource.composite with parameters of type ResourceType | |
|---|---|
| ResourceTypeTemplateCountComposite(ResourceType type,
                                   long enabledMetricCount,
                                   long disabledMetricCount,
                                   long enabledAlertCount,
                                   long disabledAlertCount) | |
| Uses of ResourceType in org.rhq.core.domain.resource.group | 
|---|
| Methods in org.rhq.core.domain.resource.group that return ResourceType | |
|---|---|
|  ResourceType | ResourceGroup.getResourceType() | 
| Methods in org.rhq.core.domain.resource.group with parameters of type ResourceType | |
|---|---|
|  void | ResourceGroup.setResourceType(ResourceType resourceType) | 
| Constructors in org.rhq.core.domain.resource.group with parameters of type ResourceType | |
|---|---|
| ResourceGroup(String name,
              ResourceType type) | |
| Uses of ResourceType in org.rhq.core.domain.resource.group.composite | 
|---|
| Methods in org.rhq.core.domain.resource.group.composite that return ResourceType | |
|---|---|
|  ResourceType | AutoGroupComposite.getResourceType() | 
| Constructors in org.rhq.core.domain.resource.group.composite with parameters of type ResourceType | |
|---|---|
| AutoGroupComposite(Double availability,
                   ResourceType resourceType,
                   long memberCount) | |
| Uses of ResourceType in org.rhq.core.pluginapi.inventory | 
|---|
| Methods in org.rhq.core.pluginapi.inventory that return ResourceType | |
|---|---|
|  ResourceType | ResourceDiscoveryContext.getResourceType()The ResourceDiscoveryComponentthat is assigned this context will have the responsibility to discover
 resources of the resource type returned by this method. | 
|  ResourceType | ResourceContext.getResourceType()The resource typeof the resource this context is associated with. | 
|  ResourceType | DiscoveredResourceDetails.getResourceType()The type of resource that was discovered. | 
|  ResourceType | CreateResourceReport.getResourceType() | 
| Constructors in org.rhq.core.pluginapi.inventory with parameters of type ResourceType | |
|---|---|
| CreateResourceReport(String resourceName,
                     ResourceType resourceType,
                     Configuration pluginConfiguration,
                     Configuration resourceConfiguration,
                     ResourcePackageDetails packageDetails)TODO | |
| DiscoveredResourceDetails(ResourceType resourceType,
                          String resourceKey,
                          String resourceName,
                          String resourceVersion,
                          String resourceDescription,
                          Configuration pluginConfiguration,
                          ProcessInfo processInfo)This creates a new instance that provides details for a newly discovered resource. | |
| ResourceDiscoveryContext(ResourceType resourceType,
                         T parentComponent,
                         ResourceContext parentResourceContext,
                         SystemInfo systemInfo,
                         List<ProcessScanResult> processScanResults,
                         List<Configuration> pluginConfigurations,
                         String pluginContainerName)Creates a new ResourceDiscoveryContextobject. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||