Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.measurement.server.session
Class AlertConditionsSatisfiedZEventSource

java.lang.Object
  extended by 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

Constructor Summary
AlertConditionsSatisfiedZEventSource(int id)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlertConditionsSatisfiedZEventSource

public AlertConditionsSatisfiedZEventSource(int id)
Parameters:
id - The id of the AlertDefinition that the event is for.
Method Detail

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

Hyperic HQ Plugin API v. 4.4.0.2

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