ReplicationEntry (Java™)
Represents the replication settings for a pair of servers in a database.
Containment
Contained by: Replication
Properties
Destination through getDestination
Formula through getFormula and setFormula
IsIncludeACL through isIncludeACL and setIncludeACL
IsIncludeAgents through isIncludeAgents and setIncludeAgents
IsIncludeDocuments through isIncludeDocuments and setIncludeDocuments
IsIncludeForms through isIncludeForms and setIncludeForms
IsIncludeFormulas through isIncludeFormulas and setIncludeFormulas
Source through getSource
Views through getViews and setViews
Methods
recycle
Creation
Use getEntry in Replication to create or get a ReplicationEntry object.
Usage
A replication entry describes the replication settings for a pair of servers, of which one is the source and the other is the destination.
After creating a replication entry or setting a read-write property, you must call save for the changes to take effect. If you do not call save, your changes are lost. You call save for ReplicationEntry not Replication.