removeServerFromCluster (AdministrationProcess - Java)

Enters a request in the Administration Requests database to remove a server from a cluster.

Defined in

AdministrationProcess

Syntax

public String removeServerFromCluster(String server)
    throws NotesException

Parameters

String server

The name of the server.

Return value

String

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

Example