org.rhq.core.domain.alert.composite
Class AlertWithLatestConditionLog

java.lang.Object
  extended by org.rhq.core.domain.alert.composite.AlertWithLatestConditionLog

public class AlertWithLatestConditionLog
extends Object


Constructor Summary
AlertWithLatestConditionLog(Alert alert, String conditionText, String conditionValue)
           
 
Method Summary
 Alert getAlert()
           
 String getConditionText()
           
 String getConditionValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertWithLatestConditionLog

public AlertWithLatestConditionLog(Alert alert,
                                   String conditionText,
                                   String conditionValue)
Method Detail

getAlert

public Alert getAlert()

getConditionText

public String getConditionText()

getConditionValue

public String getConditionValue()


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