org.rhq.enterprise.server.alert.engine.jms.model
Class AbstractAlertConditionMessage

java.lang.Object
  extended by org.rhq.enterprise.server.alert.engine.jms.model.AbstractAlertConditionMessage
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActiveAlertConditionMessage, InactiveAlertConditionMessage

public abstract class AbstractAlertConditionMessage
extends Object
implements Serializable

Author:
Joseph Marques
See Also:
Serialized Form

Constructor Summary
protected AbstractAlertConditionMessage(int alertConditionId, long timestamp)
           
 
Method Summary
 int getAlertConditionId()
           
 long getTimestamp()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractAlertConditionMessage

protected AbstractAlertConditionMessage(int alertConditionId,
                                        long timestamp)
Method Detail

getAlertConditionId

public int getAlertConditionId()

getTimestamp

public long getTimestamp()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.