getEntries (Replication - Java)

Gets the existing replication entries.

Note: This method is new with Release 8.

Defined in

Replication

Syntax

public java.util.Vector getEntries()
    throws NotesException

Return value

java.util.Vector

Elements are of type ReplicationEntry.

Usage

A replication entry describes the replication settings for a pair of servers, of which one is the source and the other is the destination.

For more information and examples, see ReplicationEntry.

Related information

Examining and adjusting database replication settings