IsClusterReplication (Database - Java™)
Read-write. Indicates whether cluster replication is in effect for a database on a server in a cluster.
Note: This property is new
with Release 6.5.
Defined in
Data type
boolean
Syntax
public boolean isClusterReplication()
throws NotesException
public void setClusterReplication(boolean flag)
throws NotesException
Legal values
- true if cluster replication is in effect
- false if cluster replication is not in effect
Usage
The database must be open to use this property.