org.csapi.jr.se.fw.fw_application.integrity
Interface AppHeartBeat

All Superinterfaces:
CsapiInterface, java.io.Serializable

public interface AppHeartBeat
extends CsapiInterface

The Heartbeat Application interface is used by the Framework to send the client application its heartbeat.


Method Summary
 void pulse()
          The framework uses this method to send its heartbeat to the client application.
 

Method Detail

pulse

public void pulse()
The framework uses this method to send its heartbeat to the client application. The application will be expecting a pulse at the end of every interval specified in the parameter to the IpHeartBeatMgmt.enableHeartbeat() method. If the pulse() is not received within the specified interval, then the framework can be deemed to have failed the heartbeat.