org.talend.esb.monitoring.hq
Class HypericUtils

java.lang.Object
  extended by org.talend.esb.monitoring.hq.HypericUtils

public final class HypericUtils
extends Object


Method Summary
static String getMandatoryProperty(org.hyperic.hq.product.GenericPlugin plugin, String propName)
           
static String getOptionalProperty(org.hyperic.hq.product.GenericPlugin plugin, String propName)
           
static void logInfo(org.apache.commons.logging.Log log, Object o1, Object... info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMandatoryProperty

public static String getMandatoryProperty(org.hyperic.hq.product.GenericPlugin plugin,
                                          String propName)
                                   throws org.hyperic.hq.product.PluginException
Throws:
org.hyperic.hq.product.PluginException

getOptionalProperty

public static String getOptionalProperty(org.hyperic.hq.product.GenericPlugin plugin,
                                         String propName)

logInfo

public static void logInfo(org.apache.commons.logging.Log log,
                           Object o1,
                           Object... info)


Copyright © 2011–2013 Talend Inc.. All rights reserved.