ServerName (Session - Java)

Read-only. The full name of the server that the session is running on.

Defined in

Session

Data type

String

Syntax

public String getServerName()
    throws NotesException

Usage

If the server name is hierarchical, this property returns the fully distinguished name.

This property is null if the session is not running on a server.

Example