Package | Description |
---|---|
com.hcl.domino | |
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
DominoClient.NotesReplicationStats |
DominoClient.replicateDbsWithServer(String serverName,
Set<Database.ReplicateOption> options,
List<String> fileList,
int timeLimitMin,
DominoClient.ReplicationStateListener progressListener)
This routine replicates Domino database files on the local system with a specified server.
Either all common files can be replicated or a specified list of files can be replicated. Replication can be performed in either direction or both directions (push, pull, or both). Please note: Run this method inside DominoClient.runInterruptable(Callable, IBreakHandler)
to be able to cancel the process and inside DominoClient.runWithProgress(Callable, IProgressListener)
to get progress info. |
Modifier and Type | Method and Description |
---|---|
static Database.ReplicateOption |
Database.ReplicateOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.ReplicateOption[] |
Database.ReplicateOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DominoClient.NotesReplicationStats |
Database.replicate(String serverName,
Set<Database.ReplicateOption> options,
int timeLimitMin,
DominoClient.ReplicationStateListener progressListener)
Replicate database with additional options
|
Copyright © 2019–2021 HCL. All rights reserved.