Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.common.server.session
Class ServerConfigCache

java.lang.Object
  extended by org.hyperic.hq.common.server.session.ServerConfigCache

public class ServerConfigCache
extends java.lang.Object

This class is an in-memory map of HQ server settings


Field Summary
static java.lang.String CACHENAME
           
 
Method Summary
 java.lang.Boolean getBooleanProperty(java.lang.String key)
           
static ServerConfigCache getInstance()
           
 java.lang.String getProperty(java.lang.String key)
           
 void put(java.lang.String key, java.lang.String value)
           
 void remove(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHENAME

public static final java.lang.String CACHENAME
See Also:
Constant Field Values
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String key)

getBooleanProperty

public java.lang.Boolean getBooleanProperty(java.lang.String key)

put

public void put(java.lang.String key,
                java.lang.String value)

remove

public void remove(java.lang.String key)

getInstance

public static ServerConfigCache getInstance()

Hyperic HQ Plugin API v. 4.4.0.2

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