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 戻り値
String
使用法
このメソッドは、「アクセス権のチェック」および「クラスタなしレプリカの移動」システム管理プロセス要求をトリガーします。

クロスリファレンス
LotusScript NotesAdministrationProcess クラスの moveReplica