org.rhq.core.domain.alert.notification
Class AlertNotificationLog

java.lang.Object
  extended by org.rhq.core.domain.alert.notification.AlertNotificationLog
All Implemented Interfaces:
Serializable

public class AlertNotificationLog
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String QUERY_DELETE_BY_ALERT_CTIME
           
static String QUERY_DELETE_BY_RESOURCE
           
static String QUERY_DELETE_BY_RESOURCES
           
static String QUERY_NATIVE_TRUNCATE_SQL
           
 
Constructor Summary
protected AlertNotificationLog()
           
  AlertNotificationLog(Alert alert)
           
 
Method Summary
 Alert getAlert()
           
 String getEmails()
           
 int getId()
           
 String getRoles()
           
 String getSubjects()
           
 void setAlert(Alert alert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_DELETE_BY_RESOURCE

public static final String QUERY_DELETE_BY_RESOURCE
See Also:
Constant Field Values

QUERY_DELETE_BY_ALERT_CTIME

public static final String QUERY_DELETE_BY_ALERT_CTIME
See Also:
Constant Field Values

QUERY_DELETE_BY_RESOURCES

public static final String QUERY_DELETE_BY_RESOURCES
See Also:
Constant Field Values

QUERY_NATIVE_TRUNCATE_SQL

public static final String QUERY_NATIVE_TRUNCATE_SQL
See Also:
Constant Field Values
Constructor Detail

AlertNotificationLog

protected AlertNotificationLog()

AlertNotificationLog

public AlertNotificationLog(Alert alert)
Method Detail

getId

public int getId()

getRoles

public String getRoles()

getSubjects

public String getSubjects()

getEmails

public String getEmails()

getAlert

public Alert getAlert()

setAlert

public void setAlert(Alert alert)


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.