Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.image.chart
Class EventPoint

java.lang.Object
  extended by org.hyperic.image.chart.EventPoint
All Implemented Interfaces:
IEventPoint

public class EventPoint
extends java.lang.Object
implements IEventPoint


Constructor Summary
EventPoint(int id, long timestamp)
           
 
Method Summary
 int getEventID()
           
 long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPoint

public EventPoint(int id,
                  long timestamp)
Method Detail

getEventID

public int getEventID()
Specified by:
getEventID in interface IEventPoint
Returns:
Returns the event identifier.

getTimestamp

public long getTimestamp()
Specified by:
getTimestamp in interface IEventPoint
Returns:
The absolute time of the datum, in milliseconds.

Hyperic HQ Plugin API v. 4.4.0.2

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