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

All Superinterfaces:
CsapiInterface, java.io.Serializable

public interface AppHeartBeatMgmt
extends CsapiInterface

This interface allows the initialisation of a heartbeat supervision of the client application by the framework.


Method Summary
 void changeInterval(int interval)
          Allows the administrative change of the heartbeat interval.
 void disableAppHeartBeat()
          Instructs the client application to cease the sending of its heartbeat.
 void enableAppHeartBeat(int interval, org.csapi.jr.se.fw.fw_application.integrity.HeartBeat fwInterface)
          With this method, the framework instructs the client application to begin sending its heartbeat to the specified interface at the specified interval.
 

Method Detail

enableAppHeartBeat

public void enableAppHeartBeat(int interval,
                               org.csapi.jr.se.fw.fw_application.integrity.HeartBeat fwInterface)
With this method, the framework instructs the client application to begin sending its heartbeat to the specified interface at the specified interval.

Parameters:
interval - The time interval in milliseconds between the heartbeats.
fwInterface - This parameter refers to the callback interface the heartbeat is calling.

disableAppHeartBeat

public void disableAppHeartBeat()
Instructs the client application to cease the sending of its heartbeat.


changeInterval

public void changeInterval(int interval)
Allows the administrative change of the heartbeat interval.

Parameters:
interval - The time interval in milliseconds between the heartbeats.