JAVA/CORBA CLASSES


moveReplica method
Example

Enters a request in the Administration Requests database to move a replica.

Defined in

AdministrationProcess

Syntax

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

Parameters

String sourceserver


String sourcedbfile
String destserver
String destdbfile
boolean copyacl boolean createftindex Return value

String


Usage

This method triggers "Check access" and "Non-cluster move replica" administration process requests.

Language cross-reference

moveReplica in LotusScript NotesAdministrationProcess class

Example