createAdministrationProcess (Session - Java)

Creates a new AdministrationProcess object.

Note: This method is new with Release 6.5.

Defined in

Session

Syntax

public AdministrationProcess createAdministrationProcess(String server)
    throws NotesException

Parameters

String server

The name of the server containing the Administration Requests database (ADMIN4.NSF). An empty string means the local computer. The server must contain a replica of the Certification Log. You must have access privileges to the Domino® Directory on the server for Administration Process requests that use it.

Return value

AdministrationProcess

The newly created Administration Process object.

Usage

For more information, see the AdministrationProcess class.