IsInService (Database - Java™)
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
Data type
boolean
Syntax
public boolean isInService()
throws NotesException
public void setInService(boolean inservice)
throws NotesException
Legal values
- true if the database is in service
- false if the database is not in service
Usage
markForDelete sets this property read-only with a value of false.
The database must be open to use this property.