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