Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.data
Interface IEventPoint

All Known Implementing Classes:
EventLog, EventPoint

public interface IEventPoint

IEventPoint is an interface that is used to allow the chart to retieve the value and label of an individual event point.


Method Summary
 int getEventID()
           
 long getTimestamp()
           
 

Method Detail

getTimestamp

long getTimestamp()
Returns:
The absolute time of the datum, in milliseconds.

getEventID

int getEventID()
Returns:
Returns the event identifier.

Hyperic HQ Plugin API v. 4.4.0.2

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