Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.events.server.session
Class AvailabilityDownAlertDefinitionCache

java.lang.Object
  extended by 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
           
 
Method Summary
 void clear()
           
 boolean exists(AppdefEntityID key)
           
static AvailabilityDownAlertDefinitionCache getInstance()
           
 void put(AppdefEntityID key, java.lang.Boolean value)
           
 void remove(AppdefEntityID 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

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()

Hyperic HQ Plugin API v. 4.4.0.2

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