net.sourceforge.esw.service
Interface IHeartbeatMonitor
- All Known Implementing Classes:
- LifeSupport.TelemetryListener
- public interface IHeartbeatMonitor
Describes the methods to receive IHeartbeat instances from an
IHeartbeatGenerator.
|
Method Summary |
void |
acceptHeartbeat(IHeartbeat aHeartbeat)
Accepts an IHeartbeat instance from an IHeartbeatGemerator in the
enterprise. |
acceptHeartbeat
public void acceptHeartbeat(IHeartbeat aHeartbeat)
- Accepts an IHeartbeat instance from an IHeartbeatGemerator in the
enterprise. This IHeartbeatMonitor instance must register its intent to
receive IHeartbeat instances from the specifc IHeartbeatGenerator before
receiving IHeartbeat instances.
- Parameters:
aHeartbeat - the IHeartbeat instance being received.- See Also:
IHeartbeatGenerator
Copyright 2002 Free Software Foundation. All Rights Reserved.