UseContextServer (Directory - Java)

Read-write. Indicates if the server of the context database will be used.

Note: This property is new with Release 8

Defined in

Directory

Data type

Boolean

Syntax

To get: public boolean isUseContextServer() throws NotesException

To set: public void setUseContextServer(boolean flag) throws NotesException

Legal values

  • True indicates the server of the context database will be used, or local if the context database is local.
  • False (default) indicates the server specified in lookup methods will be used.

Usage

If true, this property will override the server specified in a lookup method with the server of the context database.