org.rhq.plugins.jbossas5.util
Class ResourceTypeUtils

java.lang.Object
  extended by org.rhq.plugins.jbossas5.util.ResourceTypeUtils

public class ResourceTypeUtils
extends java.lang.Object

Author:
Ian Springer

Method Summary
static Configuration getDefaultPluginConfiguration(ResourceType resourceType)
           
static MeasurementDefinition getMeasurementDefinition(ResourceType resourceType, java.lang.String metricName)
          TODO
static OperationDefinition getOperationDefinition(ResourceType resourceType, java.lang.String operationName)
          TODO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultPluginConfiguration

public static Configuration getDefaultPluginConfiguration(ResourceType resourceType)

getMeasurementDefinition

@Nullable
public static MeasurementDefinition getMeasurementDefinition(ResourceType resourceType,
                                                                      java.lang.String metricName)
TODO

Parameters:
resourceType -
metricName -
Returns:

getOperationDefinition

@Nullable
public static OperationDefinition getOperationDefinition(ResourceType resourceType,
                                                                  java.lang.String operationName)
TODO

Parameters:
resourceType -
operationName -
Returns:


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