Hyperic HQ Plugin API v. 4.4.0.2

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

java.lang.Object
  extended by org.hyperic.hibernate.PersistedObject
      extended by org.hyperic.hq.common.server.session.Audit
          extended by org.hyperic.hq.events.server.session.AlertAudit
All Implemented Interfaces:
java.io.Serializable

public class AlertAudit
extends Audit

See Also:
Serialized Form

Nested Class Summary
static class AlertAudit.AlertAuditPurpose
           
 
Field Summary
static AlertAudit.AlertAuditPurpose ALERT_DELETE
           
static AlertAudit.AlertAuditPurpose ALERT_DISABLE
           
static AlertAudit.AlertAuditPurpose ALERT_ENABLE
           
 
Constructor Summary
protected AlertAudit()
           
 
Method Summary
static AlertAudit deleteAlert(AlertDefinition def, AuthzSubject modifier)
           
static AlertAudit enableAlert(AlertDefinition def, AuthzSubject modifier)
           
 
Methods inherited from class org.hyperic.hq.common.server.session.Audit
equals, formatHtmlMessage, getChildren, getChildrenBag, getEndTime, getFieldName, getHtmlMessage, getImportance, getImportanceEnum, getKlazz, getMessage, getNature, getNatureEnum, getNewFieldValue, getOldFieldValue, getParent, getPurpose, getPurposeEnum, getResource, getStartTime, getSubject, hashCode, isOriginal, setChildrenBag, setEndTime, setFieldName, setImportanceEnum, setKlazz, setMessage, setNatureEnum, setNewFieldValue, setOldFieldValue, setOriginal, setParent, setPurposeEnum, setResource, setStartTime, setSubject, toString
 
Methods inherited from class org.hyperic.hibernate.PersistedObject
get_version_, getId, set_version_, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALERT_ENABLE

public static final AlertAudit.AlertAuditPurpose ALERT_ENABLE

ALERT_DISABLE

public static final AlertAudit.AlertAuditPurpose ALERT_DISABLE

ALERT_DELETE

public static final AlertAudit.AlertAuditPurpose ALERT_DELETE
Constructor Detail

AlertAudit

protected AlertAudit()
Method Detail

enableAlert

public static AlertAudit enableAlert(AlertDefinition def,
                                     AuthzSubject modifier)

deleteAlert

public static AlertAudit deleteAlert(AlertDefinition def,
                                     AuthzSubject modifier)

Hyperic HQ Plugin API v. 4.4.0.2

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