TibrvFtMonitorCallback.onFtMonitor()
Declaration
voidonFtMonitor
(
TibrvFtMonitor Monitor,
java.lang.String groupName,
int numActiveMembers)
Purpose
Process fault tolerance events for a monitor.
Remarks
A program must define a method of this type as a prerequisite to monitor a fault tolerance group. Programs register a monitor callback method with each call to TibrvFtMonitor().
Rendezvous fault tolerance software queues a monitor event whenever the number of active members in the group changes.
A program need not be a member of a group in order to monitor that group. Programs that do not monitor need not define a monitor callback method.
Parameter |
Description |
|
This parameter receives the monitor object. |
|
This parameter receives a string denoting the name of the fault tolerance group. |
|
This parameter receives the number of group members now active. |
See Also