JAVA/CORBA CLASSES


addServerToCluster method
Example

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

Defined in

AdministrationProcess

Syntax

public String addServerToCluster(String server, String cluster)
   throws NotesException

Parameters

String server


String cluster
Return value

String


Usage

If the cluster does not exist, a new cluster is created and the server added to it.

Language cross-reference

addServerToCluster in LotusScript NotesAdministrationProcess class

Example