deleteReplicas (AdministrationProcess - Java)

Enters a request in the Administration Requests database to delete all replicas of a database.

Defined in

AdministrationProcess

Syntax

public String deleteReplicas(String servername, String filename)
    throws NotesException

Parameters

String servername

The name of a server containing one of the replicas.

String filename

The name of the database.

Return value

String

The note ID of an entry created in the Administration Requests database.

Usage

This method triggers "Get replica information for deletion" and "Delete replica" administration process requests.

Example