TibrvFtMember
Class
Declaration
class com.tibco.tibrv.TibrvFtMember
extends TibrvEvent
Purpose
Represent membership in a fault tolerance group.
Remarks
Upon creating this object, the program joins a fault tolerance group.
By destroying a member object, the program withdraws its membership in the fault tolerance group.
Programs must destroy instances of this class. Rendezvous software keeps internal references to these objects, so the Java garbage collector does not delete them automatically.
Destroying the queue or transport of a member object automatically destroys the member object as well.
Constants
Each of these constant fields is a token designating a command to a fault tolerance callback method. The program’s callback method receives one of these tokens in a parameter, and interprets it as an instruction from the Rendezvous fault tolerance software as described in this table (see also, Fault Tolerance Callback Actions in ).
Constant |
Description |
Prepare to activate (hint). Rendezvous fault tolerance software passes this token to the callback method to instruct the program to make itself ready to activate on short notice—so that if the callback method subsequently receives the instruction to activate, it can do so without delay. This token is a hint, indicating that the program might soon receive an instruction to activate. It does not guarantee that an activate instruction will follow, nor that any minimum time will elapse before an activate instruction follows. |
|
Activate immediately. Rendezvous fault tolerance software passes this token to the callback method to instruct the program to activate. |
|
Deactivate immediately. Rendezvous fault tolerance software passes this token to the callback method to instruct the program to deactivate. |
Inherited Methods |
|