org.infinispan.rhq
Class RhqUtil

java.lang.Object
  extended by org.infinispan.rhq.RhqUtil

public class RhqUtil
extends Object

RHQ utility methods

Since:
5.1
Author:
Galder ZamarreƱo

Constructor Summary
RhqUtil()
           
 
Method Summary
static Double constructDouble(Class<?> type, Object o)
           
static org.rhq.core.domain.measurement.MeasurementDataNumeric constructNumericMeasure(Class<?> attrType, Object o, org.rhq.core.domain.measurement.MeasurementScheduleRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RhqUtil

public RhqUtil()
Method Detail

constructNumericMeasure

public static org.rhq.core.domain.measurement.MeasurementDataNumeric constructNumericMeasure(Class<?> attrType,
                                                                                             Object o,
                                                                                             org.rhq.core.domain.measurement.MeasurementScheduleRequest req)

constructDouble

public static Double constructDouble(Class<?> type,
                                     Object o)

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.