Package org.csapi.jr.se.fw.fw_service.integrity

Contains the Parlay Framework-to-Service Integrity Management interfaces.

See:
          Description

Interface Summary
FwFaultManager This interface is used by the service instance to inform the framework of events which affect the integrity of the API, and request fault management status information from the framework.
FwHeartBeat The service side framework heartbeat interface is used by the service instance to send the framework its heartbeat.
FwHeartBeatMgmt This interface allows the initialisation of a heartbeat supervision of the framework by a service instance.
FwLoadManager The framework API should allow the load to be distributed across multiple machines and across multiple component processes, according to a load management policy.
FwOAM The OAM interface is used to query the system date and time.
SvcFaultManager This interface is used to inform the service instance of events that affect the integrity of the Framework, Service or Client Application.
SvcHeartBeat The service heartbeat interface is used by the framework to send the service instance its heartbeat.
SvcHeartBeatMgmt This interface allows the initialisation of a heartbeat supervision of the service instance by the framework.
SvcLoadManager The service developer supplies the load manager service interface to handle requests, reports and other responses from the framework load manager function.
SvcOAM This interface and the systemDateTimeQuery() method are optional.
 

Package org.csapi.jr.se.fw.fw_service.integrity Description

Contains the Parlay Framework-to-Service Integrity Management interfaces.