RvcacheProxy.setFaultToleranceParams()

Method

Declaration

RvcacheProxy setFaultToleranceParams(
    int               servicePort,
    java.lang.String  network,
    java.lang.String  group,
    int               weight,
    double            heartbeat,
    double            activation)
  throws ConfigurationException

Purpose

Enable fault tolerance machinery, and set its parameters.

Remarks

This method returns the RvcacheProxy object, so programs can conveniently chain additional method calls to the return value.

Parameter

Description

servicePort

Use this UDP service for internal fault tolerance protocols.

network

Use this network for internal fault tolerance protocols.

group

Join a fault tolerance group with this group name.

weight

Use this member weight. You may supply the constant value RvcacheProxy.DEFAULT_WEIGHT (10).

heartbeat

Use this heartbeat interval (in seconds). You may supply the constant value RvcacheProxy.DEFAULT_HEARTBEAT (3).

activation

Use this activation interval (in seconds). You may supply the constant value RvcacheProxy.DEFAULT_ACTIVATION (10).

See Also

RvcacheProxy

For background information, see these sections:

Fault Tolerance in TIBCO Rendezvous Administration
Browser Administration Interface in TIBCO Rendezvous Administration