| Interface | Description |
|---|---|
| BuildVersionInfo |
Version information about local or remote environments
|
| DominoClient |
Used as the entry point and thread management, borrowed from other Java APIs.
|
| DominoClient.IBreakHandler |
Implement this method to send break signals to long running operations
|
| DominoClient.IProgressListener |
Definition of function that will handle the progress bar signal.
The progress signal handler displays a progress bar. The progress position will generally start at 0 and end at Range. The current progress supplied is either absolute ( DominoClient.IProgressListener.setPos(long)) or a delta from the
previous progress state (DominoClient.IProgressListener.setDeltaPos(long)).As the operation which is supplying progress information is performed, the range may change. If it does, an additional DominoClient.IProgressListener.setRange(long) will be signaled. |
| DominoClient.LifecycleListener |
Interface for subscribing to
DominoClient lifecycle events. |
| DominoClient.NotesReplicationStats |
Replication statistics
|
| DominoClient.ReplicationStateListener |
Listener to get replication progress
|
| DominoProcess |
This service interface allows access to initialization and termination of
the Domino runtime for the process.
|
| DominoProcess.DominoThreadContext | |
| Name |
Used to handle Domino usernames
|
| UserNamesList |
A
UserNamesList contains name variants like wildcards (* / Company)
and all groups (including nested ones) for a user. |
| Class | Description |
|---|---|
| DominoClientBuilder |
Builder for creating and configuring a DominoClient
|
| Enum | Description |
|---|---|
| DominoClient.ECLType |
Types of ECL settings
|
| DominoClient.Encryption |
Available encryption strengths for database creation
|
| DominoClient.OpenDatabase |
Enum for options for opening the database, if the specified database is not currently available
|
| Exception | Description |
|---|---|
| DominoException |
Exception class for Notes C API errors
|
Copyright © 2019–2021 HCL. All rights reserved.