|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void enableAppHeartBeat(int interval, org.csapi.jr.se.fw.fw_application.integrity.HeartBeat fwInterface)
interval
- The time interval in milliseconds between the heartbeats.fwInterface
- This parameter refers to the callback interface the heartbeat is calling.public void disableAppHeartBeat()
public void changeInterval(int interval)
interval
- The time interval in milliseconds between the heartbeats.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |