net.sourceforge.esw.service
Interface IHeartbeat

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultHeartbeat

public interface IHeartbeat
extends java.io.Serializable

Describes the methods to gain access to ITelemetryDatum instances generated from ITelemetrySource instances.


Method Summary
 java.util.List getTelemetry()
          Returns the Collection of ITelemtryDatum for this IHeartbeat instance.
 

Method Detail

getTelemetry

public java.util.List getTelemetry()
Returns the Collection of ITelemtryDatum for this IHeartbeat instance.

See Also:
ITelemetryDatum


Copyright 2002 Free Software Foundation. All Rights Reserved.