JAVA/CORBA CLASSES

Examining and adjusting database replication settings
You examine and adjust the replication settings of a database through the Replication and ReplicationEntry classes.

Each Database object has exactly one Replication object, accessible through the ReplicationInfo property in Database. The following methods access the Replication properties:


If you set replication properties, you must save them to make them permanent. You can reset the current property values back to the last saved values. You can clear the replication history with clearHistory.

A database has any number of ReplicationEntry objects, accessible through the getEntry method of Replication. A replication entry describes the replication settings for a pair of servers, of which one is the source and the other is the destination. The following methods access the ReplicationEntry properties:


Use remove to remove an entry. The save method must be called to preserve any changes you make to the replication entry.