2 static Client_Strategy_Factory "-ORBClientConnectionHandler RW"
4 ## The value of FTEC_DETECTOR_TRANSPORT_PROTOCL should be either "sctp" or "tcp".
5 ## The FTEC_HEART_BEAT is only meanful for stcp. It represents the heart beat in
6 ## seconds for the connections between replicas.
8 static FTRTEC_Fault_Detector "$FTEC_DETECTOR_TRANSPORT_PROTOCL -HeartBeat $FTEC_HEART_BEAT"
11 ## If FTEC_REPLICATION_STRATEGY is set to AMI, then use AMI for replicating operations;
12 ## otherwise, two-way CORBA call is used for replication.
14 static FTRTEC_Replication "$FTEC_REPLICATION_STRATEGY"
16 ## FTEC_EVENT_SERVICE_NAME is used for the event channnel to register to the naming service.
17 ## FTEC_OBJECT_ID should be a globally unique identifier defined in
18 ## draft-leach-uuids-guids-01.txt. This value should be the same
19 ## for the entire object group.
21 static FTRTEC_Identification "-Name $FTEC_EVENT_SERVICE_NAME -Object_ID $FTEC_OBJECT_ID"