org.hyperic.hq.events.server.session
Class AvailabilityDownAlertDefinitionCache
java.lang.Object
org.hyperic.hq.events.server.session.AvailabilityDownAlertDefinitionCache
public class AvailabilityDownAlertDefinitionCache
- extends java.lang.Object
This class is an in-memory map of whether "availability down"
alert definitions exist for a resource
Field Summary |
static java.lang.String |
CACHENAME
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CACHENAME
public static final java.lang.String CACHENAME
- See Also:
- Constant Field Values
exists
public boolean exists(AppdefEntityID key)
put
public void put(AppdefEntityID key,
java.lang.Boolean value)
remove
public void remove(AppdefEntityID key)
clear
public void clear()
getInstance
public static AvailabilityDownAlertDefinitionCache getInstance()
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.