|
|||||||||||
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 framework by a client application. If the IpHeartBeatMgmt interface is implemented by a Framework, as a minimum enableHeartBeat() and disableHeartBeat() shall be implemented.
Method Summary | |
void |
changeInterval(int interval)
Allows the administrative change of the heartbeat interval. |
void |
disableHeartBeat()
Instructs the framework to cease the sending of its heartbeat. |
void |
enableHeartBeat(int interval,
org.csapi.jr.se.fw.fw_application.integrity.AppHeartBeat appInterface)
With this method, the client application instructs the framework to begin sending its heartbeat to the specified interface at the specified interval. |
Method Detail |
public void enableHeartBeat(int interval, org.csapi.jr.se.fw.fw_application.integrity.AppHeartBeat appInterface) throws CommonException, PlatformException
interval
- The time interval in milliseconds between the heartbeats.appInterface
- This parameter refers to the callback interface the heartbeat is calling.
CommonException
- Defines the structure of the exception class which is applicable to all methods.
PlatformException
- The implementation detected an internal (for example, communication) errorpublic void disableHeartBeat() throws CommonException, PlatformException
CommonException
- Defines the structure of the exception class which is applicable to all methods.
PlatformException
- The implementation detected an internal (for example, communication) errorpublic void changeInterval(int interval) throws CommonException, PlatformException
interval
- The time interval in milliseconds between the heartbeats.
CommonException
- Defines the structure of the exception class which is applicable to all methods.
PlatformException
- The implementation detected an internal (for example, communication) error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |