JAVA/CORBA クラス


Replication クラス

データベースの複製の設定値を表します。

構文public class Replication extends Base
包含関係スーパークラス:Database
プロパティ(CutoffDate (getCutoffDate を使用)
CutoffInterval (getCutoffInterval と setCutoffInterval を使用)

DontSendLocalSecurityUpdates (getDontSendLocalSecurityUpdates と setDontSendLocalSecurityUpdates を使用)

IsAbstract (isAbstract と setAbstract を使用)

IsCutoffDelete (isCutoffDelete と setCutoffDelete を使用)

IsDisabled (isDisabled と setDisabled を使用)

IsIgnoreDeletes (isIgnoreDeletes と setIgnoreDeletes を使用)

IsIgnoreDestDeletes (isIgnoreDestDeletes と setIgnoreDestDeletes を使用)

Priority (getPriority と setPriority を使用)

メソッドclearHistory
getEntry

recycle

reset

save

作成方法各 Database オブジェクトには、関連する Replication オブジェクトがただ 1 つあります。Replication オブジェクトを取得するには、Database の getReplicationInfo を使用します。
使用法読み込みおよび書き込みのプロパティを設定した後、Save を呼び出して、変更内容を有効にする必要があります。Save を呼び出して保存しないと、変更内容が失われます。

関連項目