@ThreadSafety(level=COMPLETELY_THREADSAFE) public final class MonitorManager extends java.lang.Object
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
List<MonitorEntry> allMonitorEntries = MonitorManager.getMonitorEntries(connection); for (MonitorEntry e : allMonitorEntries) { String monitorName = e.getMonitorName(); String displayName = e.getMonitorDisplayName(); Map<String,MonitorAttribute> monitorAttributes = e.getMonitorAttributes(); }
Modifier and Type | Method and Description |
---|---|
static ActiveOperationsMonitorEntry |
getActiveOperationsMonitorEntry(LDAPConnection connection)
Retrieves the active operations monitor entry from the Directory Server.
|
static ActiveOperationsMonitorEntry |
getActiveOperationsMonitorEntry(LDAPInterface connection)
Retrieves the active operations monitor entry from the Directory Server.
|
static java.util.List<BackendMonitorEntry> |
getBackendMonitorEntries(LDAPConnection connection)
Retrieves a list of all backend monitor entries available in the Directory
Server.
|
static java.util.List<BackendMonitorEntry> |
getBackendMonitorEntries(LDAPInterface connection)
Retrieves a list of all backend monitor entries available in the Directory
Server.
|
static ClientConnectionMonitorEntry |
getClientConnectionMonitorEntry(LDAPConnection connection)
Retrieves the client connection monitor entry from the Directory Server.
|
static ClientConnectionMonitorEntry |
getClientConnectionMonitorEntry(LDAPInterface connection)
Retrieves the client connection monitor entry from the Directory Server.
|
static java.util.List<ConnectionHandlerMonitorEntry> |
getConnectionHandlerMonitorEntries(LDAPConnection connection)
Retrieves a list of all connection handler monitor entries available in the
Directory Server.
|
static java.util.List<ConnectionHandlerMonitorEntry> |
getConnectionHandlerMonitorEntries(LDAPInterface connection)
Retrieves a list of all connection handler monitor entries available in the
Directory Server.
|
static DiskSpaceUsageMonitorEntry |
getDiskSpaceUsageMonitorEntry(LDAPConnection connection)
Retrieves the disk space usage monitor entry from the Directory Server.
|
static DiskSpaceUsageMonitorEntry |
getDiskSpaceUsageMonitorEntry(LDAPInterface connection)
Retrieves the disk space usage monitor entry from the Directory Server.
|
static EntryCacheMonitorEntry |
getEntryCacheMonitorEntry(LDAPConnection connection)
Retrieves the entry cache monitor entry from the Directory Server.
|
static EntryCacheMonitorEntry |
getEntryCacheMonitorEntry(LDAPInterface connection)
Retrieves the entry cache monitor entry from the Directory Server.
|
static java.util.List<FIFOEntryCacheMonitorEntry> |
getFIFOEntryCacheMonitorEntries(LDAPConnection connection)
Retrieves the FIFO entry cache monitor entries from the Directory Server.
|
static java.util.List<FIFOEntryCacheMonitorEntry> |
getFIFOEntryCacheMonitorEntries(LDAPInterface connection)
Retrieves the FIFO entry cache monitor entries from the Directory Server.
|
static java.util.List<GaugeMonitorEntry> |
getGaugeMonitorEntries(LDAPInterface connection)
Retrieves a list of all gauge monitor entries available in the Directory
Server.
|
static GeneralMonitorEntry |
getGeneralMonitorEntry(LDAPConnection connection)
Retrieves the general monitor entry from the Directory Server.
|
static GeneralMonitorEntry |
getGeneralMonitorEntry(LDAPInterface connection)
Retrieves the general monitor entry from the Directory Server.
|
static GroupCacheMonitorEntry |
getGroupCacheMonitorEntry(LDAPInterface connection)
Retrieves the group cache monitor entry from the Directory Server.
|
static HostSystemRecentCPUAndMemoryMonitorEntry |
getHostSystemRecentCPUAndMemoryMonitorEntry(LDAPInterface connection)
Retrieves the host system recent CPU and memory monitor entry from the
Directory Server.
|
static java.util.List<IndexMonitorEntry> |
getIndexMonitorEntries(LDAPConnection connection)
Retrieves a list of all index monitor entries available in the Directory
Server.
|
static java.util.List<IndexMonitorEntry> |
getIndexMonitorEntries(LDAPInterface connection)
Retrieves a list of all index monitor entries available in the Directory
Server.
|
static java.util.List<IndicatorGaugeMonitorEntry> |
getIndicatorGaugeMonitorEntries(LDAPInterface connection)
Retrieves a list of all indicator gauge monitor entries available in the
Directory Server.
|
static java.util.List<JEEnvironmentMonitorEntry> |
getJEEnvironmentMonitorEntries(LDAPConnection connection)
Retrieves a list of all JE environment monitor entries available in the
Directory Server.
|
static java.util.List<JEEnvironmentMonitorEntry> |
getJEEnvironmentMonitorEntries(LDAPInterface connection)
Retrieves a list of all JE environment monitor entries available in the
Directory Server.
|
static java.util.List<LDAPExternalServerMonitorEntry> |
getLDAPExternalServerMonitorEntries(LDAPConnection connection)
Retrieves a list of all LDAP external server monitor entries available in
the Directory Server.
|
static java.util.List<LDAPExternalServerMonitorEntry> |
getLDAPExternalServerMonitorEntries(LDAPInterface connection)
Retrieves a list of all LDAP external server monitor entries available in
the Directory Server.
|
static java.util.List<LDAPStatisticsMonitorEntry> |
getLDAPStatisticsMonitorEntries(LDAPConnection connection)
Retrieves a list of all LDAP statistics monitor entries available in the
Directory Server.
|
static java.util.List<LDAPStatisticsMonitorEntry> |
getLDAPStatisticsMonitorEntries(LDAPInterface connection)
Retrieves a list of all LDAP statistics monitor entries available in the
Directory Server.
|
static java.util.List<LoadBalancingAlgorithmMonitorEntry> |
getLoadBalancingAlgorithmMonitorEntries(LDAPConnection connection)
Retrieves a list of all load-balancing algorithm monitor entries available
in the Directory Proxy Server.
|
static java.util.List<LoadBalancingAlgorithmMonitorEntry> |
getLoadBalancingAlgorithmMonitorEntries(LDAPInterface connection)
Retrieves a list of all load-balancing algorithm monitor entries available
in the Directory Proxy Server.
|
static MemoryUsageMonitorEntry |
getMemoryUsageMonitorEntry(LDAPConnection connection)
Retrieves the memory usage monitor entry from the Directory Server.
|
static MemoryUsageMonitorEntry |
getMemoryUsageMonitorEntry(LDAPInterface connection)
Retrieves the memory usage monitor entry from the Directory Server.
|
static java.util.List<MonitorEntry> |
getMonitorEntries(LDAPConnection connection)
Retrieves a list of all monitor entries available in the Directory Server.
|
static java.util.List<MonitorEntry> |
getMonitorEntries(LDAPInterface connection)
Retrieves a list of all monitor entries available in the Directory Server.
|
static java.util.List<NumericGaugeMonitorEntry> |
getNumericGaugeMonitorEntries(LDAPInterface connection)
Retrieves a list of all numeric gauge monitor entries available in the
Directory Server.
|
static java.util.List<PerApplicationProcessingTimeHistogramMonitorEntry> |
getPerApplicationProcessingTimeHistogramMonitorEntries(LDAPConnection connection)
Retrieves the per application processing time histogram monitor entries
from the Directory Server.
|
static java.util.List<PerApplicationProcessingTimeHistogramMonitorEntry> |
getPerApplicationProcessingTimeHistogramMonitorEntries(LDAPInterface connection)
Retrieves the per application processing time histogram monitor entries
from the Directory Server.
|
static ProcessingTimeHistogramMonitorEntry |
getProcessingTimeHistogramMonitorEntry(LDAPConnection connection)
Retrieves the processing time histogram monitor entry from the Directory
Server.
|
static ProcessingTimeHistogramMonitorEntry |
getProcessingTimeHistogramMonitorEntry(LDAPInterface connection)
Retrieves the processing time histogram monitor entry from the Directory
Server.
|
static java.util.List<ReplicaMonitorEntry> |
getReplicaMonitorEntries(LDAPConnection connection)
Retrieves a list of all replica monitor entries available in the Directory
Server.
|
static java.util.List<ReplicaMonitorEntry> |
getReplicaMonitorEntries(LDAPInterface connection)
Retrieves a list of all replica monitor entries available in the Directory
Server.
|
static ReplicationServerMonitorEntry |
getReplicationServerMonitorEntry(LDAPConnection connection)
Retrieves the replication server monitor entry from the Directory Server.
|
static ReplicationServerMonitorEntry |
getReplicationServerMonitorEntry(LDAPInterface connection)
Retrieves the replication server monitor entry from the Directory Server.
|
static java.util.List<ReplicationSummaryMonitorEntry> |
getReplicationSummaryMonitorEntries(LDAPConnection connection)
Retrieves a list of all replication summary monitor entries available in
the Directory Server.
|
static java.util.List<ReplicationSummaryMonitorEntry> |
getReplicationSummaryMonitorEntries(LDAPInterface connection)
Retrieves a list of all replication summary monitor entries available in
the Directory Server.
|
static ResultCodeMonitorEntry |
getResultCodeMonitorEntry(LDAPInterface connection)
Retrieves the result code monitor entry from the Directory Server.
|
static StackTraceMonitorEntry |
getStackTraceMonitorEntry(LDAPConnection connection)
Retrieves the stack trace monitor entry from the Directory Server.
|
static StackTraceMonitorEntry |
getStackTraceMonitorEntry(LDAPInterface connection)
Retrieves the stack trace monitor entry from the Directory Server.
|
static SystemInfoMonitorEntry |
getSystemInfoMonitorEntry(LDAPConnection connection)
Retrieves the system info monitor entry from the Directory Server.
|
static SystemInfoMonitorEntry |
getSystemInfoMonitorEntry(LDAPInterface connection)
Retrieves the system info monitor entry from the Directory Server.
|
static TraditionalWorkQueueMonitorEntry |
getTraditionalWorkQueueMonitorEntry(LDAPConnection connection)
Retrieves the traditional work queue monitor entry from the Directory
Server.
|
static TraditionalWorkQueueMonitorEntry |
getTraditionalWorkQueueMonitorEntry(LDAPInterface connection)
Retrieves the traditional work queue monitor entry from the Directory
Server.
|
static UnboundIDWorkQueueMonitorEntry |
getUnboundIDWorkQueueMonitorEntry(LDAPConnection connection)
Retrieves the UnboundID work queue monitor entry from the Directory Server.
|
static UnboundIDWorkQueueMonitorEntry |
getUnboundIDWorkQueueMonitorEntry(LDAPInterface connection)
Retrieves the UnboundID work queue monitor entry from the Directory Server.
|
static VersionMonitorEntry |
getVersionMonitorEntry(LDAPConnection connection)
Retrieves the version monitor entry from the Directory Server.
|
static VersionMonitorEntry |
getVersionMonitorEntry(LDAPInterface connection)
Retrieves the version monitor entry from the Directory Server.
|
static java.util.List<X509CertificateMonitorEntry> |
getX509CertificateMonitorEntries(LDAPConnection connection)
Retrieves a list of all X.509 certificate monitor entries available in the
Directory Server.
|
static java.util.List<X509CertificateMonitorEntry> |
getX509CertificateMonitorEntries(LDAPInterface connection)
Retrieves a list of all X.509 certificate monitor entries available in the
Directory Server.
|
@NotNull public static java.util.List<MonitorEntry> getMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<MonitorEntry> getMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static GeneralMonitorEntry getGeneralMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static GeneralMonitorEntry getGeneralMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static ActiveOperationsMonitorEntry getActiveOperationsMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static ActiveOperationsMonitorEntry getActiveOperationsMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<BackendMonitorEntry> getBackendMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<BackendMonitorEntry> getBackendMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static ClientConnectionMonitorEntry getClientConnectionMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static ClientConnectionMonitorEntry getClientConnectionMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<ConnectionHandlerMonitorEntry> getConnectionHandlerMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<ConnectionHandlerMonitorEntry> getConnectionHandlerMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static DiskSpaceUsageMonitorEntry getDiskSpaceUsageMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static DiskSpaceUsageMonitorEntry getDiskSpaceUsageMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static EntryCacheMonitorEntry getEntryCacheMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static EntryCacheMonitorEntry getEntryCacheMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<FIFOEntryCacheMonitorEntry> getFIFOEntryCacheMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<FIFOEntryCacheMonitorEntry> getFIFOEntryCacheMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<GaugeMonitorEntry> getGaugeMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static GroupCacheMonitorEntry getGroupCacheMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static HostSystemRecentCPUAndMemoryMonitorEntry getHostSystemRecentCPUAndMemoryMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<IndexMonitorEntry> getIndexMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<IndexMonitorEntry> getIndexMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<IndicatorGaugeMonitorEntry> getIndicatorGaugeMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<JEEnvironmentMonitorEntry> getJEEnvironmentMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<JEEnvironmentMonitorEntry> getJEEnvironmentMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<LDAPExternalServerMonitorEntry> getLDAPExternalServerMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<LDAPExternalServerMonitorEntry> getLDAPExternalServerMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<LDAPStatisticsMonitorEntry> getLDAPStatisticsMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<LDAPStatisticsMonitorEntry> getLDAPStatisticsMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<LoadBalancingAlgorithmMonitorEntry> getLoadBalancingAlgorithmMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Proxy Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Proxy Server.@NotNull public static java.util.List<LoadBalancingAlgorithmMonitorEntry> getLoadBalancingAlgorithmMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Proxy Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Proxy Server.@Nullable public static MemoryUsageMonitorEntry getMemoryUsageMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static MemoryUsageMonitorEntry getMemoryUsageMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<NumericGaugeMonitorEntry> getNumericGaugeMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<PerApplicationProcessingTimeHistogramMonitorEntry> getPerApplicationProcessingTimeHistogramMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<PerApplicationProcessingTimeHistogramMonitorEntry> getPerApplicationProcessingTimeHistogramMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static ProcessingTimeHistogramMonitorEntry getProcessingTimeHistogramMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static ProcessingTimeHistogramMonitorEntry getProcessingTimeHistogramMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<ReplicaMonitorEntry> getReplicaMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<ReplicaMonitorEntry> getReplicaMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static ReplicationServerMonitorEntry getReplicationServerMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static ReplicationServerMonitorEntry getReplicationServerMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<ReplicationSummaryMonitorEntry> getReplicationSummaryMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<ReplicationSummaryMonitorEntry> getReplicationSummaryMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static ResultCodeMonitorEntry getResultCodeMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static SystemInfoMonitorEntry getSystemInfoMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static SystemInfoMonitorEntry getSystemInfoMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static StackTraceMonitorEntry getStackTraceMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static StackTraceMonitorEntry getStackTraceMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static TraditionalWorkQueueMonitorEntry getTraditionalWorkQueueMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static TraditionalWorkQueueMonitorEntry getTraditionalWorkQueueMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static UnboundIDWorkQueueMonitorEntry getUnboundIDWorkQueueMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static UnboundIDWorkQueueMonitorEntry getUnboundIDWorkQueueMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static VersionMonitorEntry getVersionMonitorEntry(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@Nullable public static VersionMonitorEntry getVersionMonitorEntry(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.null
if it is not available.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<X509CertificateMonitorEntry> getX509CertificateMonitorEntries(@NotNull LDAPConnection connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.@NotNull public static java.util.List<X509CertificateMonitorEntry> getX509CertificateMonitorEntries(@NotNull LDAPInterface connection) throws LDAPSearchException
connection
- The connection to use to communicate with the Directory
Server.LDAPSearchException
- If a problem occurs while communicating with
the Directory Server.