net.sourceforge.esw.service
Class DefaultHeartbeat

java.lang.Object
  |
  +--net.sourceforge.esw.service.DefaultHeartbeat
All Implemented Interfaces:
IHeartbeat, java.io.Serializable

public class DefaultHeartbeat
extends java.lang.Object
implements IHeartbeat

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

See Also:
Serialized Form

Field Summary
protected  java.util.List list
          The Collection of Telemetry
 
Constructor Summary
DefaultHeartbeat()
          Creates a anew instance of this DefaultHeartbeat.
 
Method Summary
 java.util.List getTelemetry()
          Returns the Collection of ITelemtryDatum for this IHeartbeat instance.
 java.lang.String toString()
          Returns a string representation of this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

list

protected java.util.List list
The Collection of Telemetry
Constructor Detail

DefaultHeartbeat

public DefaultHeartbeat()
Creates a anew instance of this DefaultHeartbeat.
Method Detail

getTelemetry

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

Specified by:
getTelemetry in interface IHeartbeat
See Also:
ITelemetryDatum

toString

public java.lang.String toString()
Returns a string representation of this object
Overrides:
toString in class java.lang.Object
Returns:
a string representation of this object


Copyright 2002 Free Software Foundation. All Rights Reserved.