Replication (Java)

Represents the replication settings of a database.

Syntax

public class Replication extends Base

Containment

Contained by: Database

Properties

CutoffDate through getCutoffDate

CutoffInterval through getCutoffInterval and setCutoffInterval

DontSendLocalSecurityUpdates through getDontSendLocalSecurityUpdates and setDontSendLocalSecurityUpdates

IsAbstract through isAbstract and setAbstract

IsCutoffDelete through isCutoffDelete and setCutoffDelete

IsDisabled through isDisabled and setDisabled

IsIgnoreDeletes through isIgnoreDeletes and setIgnoreDeletes

IsIgnoreDestDeletes through isIgnoreDestDeletes and setIgnoreDestDeletes

Priority through getPriority and setPriority

Methods

clearHistory

getEntry

getEntries

recycle

reset

save

Creation

Each Database object has exactly one associated Replication object. Use getReplicationInfo in Database to get the Replication object.

Usage

After 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.

Example