JAVA/CORBA クラス


moveReplica メソッド

[システム管理要求] データベースに要求を入力して、レプリカを移動します。

定義が行われるクラスAdministrationProcess
構文public String moveReplica(String sourceserver, String sourcedbfile, String destserver)
throws NotesException

public String moveReplica(String sourceserver, String sourcedbfile, String destserver, String destdbfile, boolean copyacl, boolean createftindex)
throws NotesException

パラメータString sourceserver


String sourcedbfile
String destserver
String destdbfile
boolean copyacl boolean createftindex 戻り値文字列
使用法このメソッドは、「アクセス権のチェック」および「クラスタなしレプリカの移動」システム管理プロセス要求をトリガーします。
クロスリファレンスLotusScript NotesAdministrationProcess クラスの moveReplica