org.hyperic.hq.measurement.server.session
Class AlertConditionsSatisfiedZEventSource
java.lang.Object
org.hyperic.hq.measurement.server.session.AlertConditionsSatisfiedZEventSource
- All Implemented Interfaces:
- java.io.Serializable, ZeventSourceId
public class AlertConditionsSatisfiedZEventSource
- extends java.lang.Object
- implements ZeventSourceId
Source ID object for an AlertConditionsSatisifiedZEvent. This represents the
Alert Definition whose conditions were satisfied.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AlertConditionsSatisfiedZEventSource
public AlertConditionsSatisfiedZEventSource(int id)
- Parameters:
id
- The id of the AlertDefinition that the event is for.
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
getId
public int getId()
- Returns:
- The id of the AlertDefinition that the event is for.
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.