JAVA/CORBA-KLASSEN


IsInService property
Beispiel

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

Hinweis 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

Beispiel
Siehe auch