JAVA/CORBA CLASSES
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
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:
Language cross-reference
IsOnServer property in LotusScript NotesSession class
Example See Also