JAVA/CORBA クラス
システム管理要求データベースに、レプリカを移動する要求を入力します。
定義位置
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 型
このメソッドは、「アクセス権をチェックする」と「クラスタなしレプリカ移動」のシステム管理プロセス要求をトリガーします。
クロスリファレンス
LotusScript NotesAdministrationProcess クラスの moveReplica
例