JAVA/CORBA CLASSES


IsOnServer property
Example

Read-only. Indicates whether the session is running on a server.

Defined in

Session

Data type

boolean

Syntax

public boolean isOnServer()
   throws NotesException

Legal values


Usage

A remote (IIOP) session always runs on a server.

A local session is running on a server if it is an agent in a server-based database, and the agent has one of the following triggers:


All other programs run on a workstation.

Language cross-reference

IsOnServer property in LotusScript NotesSession class

Example
See Also