org.rhq.plugins.jbossas5.util
Class ResourceTypeUtils
java.lang.Object
org.rhq.plugins.jbossas5.util.ResourceTypeUtils
public class ResourceTypeUtils
- extends Object
- Author:
- Ian Springer
|
Method Summary |
static org.rhq.core.domain.configuration.Configuration |
getDefaultPluginConfiguration(org.rhq.core.domain.resource.ResourceType resourceType)
|
static org.rhq.core.domain.measurement.MeasurementDefinition |
getMeasurementDefinition(org.rhq.core.domain.resource.ResourceType resourceType,
String metricName)
TODO |
static org.rhq.core.domain.operation.OperationDefinition |
getOperationDefinition(org.rhq.core.domain.resource.ResourceType resourceType,
String operationName)
TODO |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDefaultPluginConfiguration
public static org.rhq.core.domain.configuration.Configuration getDefaultPluginConfiguration(org.rhq.core.domain.resource.ResourceType resourceType)
getMeasurementDefinition
@Nullable
public static org.rhq.core.domain.measurement.MeasurementDefinition getMeasurementDefinition(org.rhq.core.domain.resource.ResourceType resourceType,
String metricName)
- TODO
- Parameters:
resourceType - metricName -
- Returns:
getOperationDefinition
@Nullable
public static org.rhq.core.domain.operation.OperationDefinition getOperationDefinition(org.rhq.core.domain.resource.ResourceType resourceType,
String operationName)
- TODO
- Parameters:
resourceType - operationName -
- Returns:
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.