|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEventListener
An event listener allowing to listen for
ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEvent
s.
The Grid Service Manager uses a fault-detection mechanism which periodically invokes an
isAlive() method of a processing unit instance. The member alive indicator mechanism has a
configurable amount of retries until a failure is considered. A failure on the first retry
attempt will raise an event of a suspected failure (
MemberAliveIndicatorStatus.SUSPECTING_FAILURE
), if a retry attempt succeeds, the instance is
considered alive (MemberAliveIndicatorStatus.ALIVE
). After all retry attempts have failed an
event of detected failure (MemberAliveIndicatorStatus.DETECTED_FAILURE
) is raised.
note: The member-alive fault-detection mechanism (retries and timeout) should be configured separately in the pu.xml (see os-sla:member-alive-indicator)
Method Summary | |
---|---|
void |
processingUnitInstanceMemberAliveIndicatorStatusChanged(ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEvent event)
A callback indicating the member alive indicator status has changed. |
Method Detail |
---|
void processingUnitInstanceMemberAliveIndicatorStatusChanged(ProcessingUnitInstanceMemberAliveIndicatorStatusChangedEvent event)
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |