Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.common
Class Humidor

java.lang.Object
  extended by org.hyperic.hq.common.Humidor

public class Humidor
extends java.lang.Object

The Humidor provides access to a single Sigar instance. Sigar has a high-cost setup/teardown and has a high amount of caching, used to determine things like the % of CPU used in-between calls. The Humidor also synchronizes access to all Sigar methods, so all calls will be serialized.


Method Summary
static Humidor getInstance()
           
 org.hyperic.sigar.SigarProxy getSigar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSigar

public org.hyperic.sigar.SigarProxy getSigar()

getInstance

public static Humidor getInstance()

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.