TibrvFtMember
Class
Declaration
classTibrvFtMember
TibrvFtMember(); // Create empty.
virtual ~TibrvFtMember(); // Destroy and reclaim storage.
Purpose
Represent membership in a fault tolerance group.
Remarks
The constructor creates a hollow object; TibrvFtMember::create() makes it operational and joins a fault tolerance group.
By destroying a member object, the program withdraws its membership in the fault tolerance group. The destructor calls the destroy
method, unless the C object is already destroyed.
Destroying the queue or transport of a member object invalidates the member object, but does not destroy it. Programs must explicitly call the member’s destructor to reclaim storage.
Method |
Description |
Life Cycle
|
|
Properties
|
|
Change the weight of a fault tolerance member within its group. |