JAVA/CORBA CLASSES


IsInService property
Example

Read-write. Indicates whether a database on a server in a cluster is accessible.

Note This property is new with Release 6.5.

Defined in

Database

Data type

boolean

Syntax

public boolean isInService()
   throws NotesException

public void setInService(boolean inservice)
   throws NotesException

Legal values


Usage

markForDelete sets this property read-only with a value of false.

The database must be open to use this property.

Language cross-reference

IsInService property in LotusScript NotesDatabase class

Example
See Also