public class LocalBackendMonitor extends MonitorProvider<org.forgerock.opendj.server.config.server.MonitorProviderCfg>
| Constructor and Description |
|---|
LocalBackendMonitor(LocalBackend<?> backend)
Creates a new instance of this backend monitor provider that will work with
the provided backend.
|
| Modifier and Type | Method and Description |
|---|---|
MonitorData |
getMonitorData()
Retrieves a set of attributes containing monitor data that should
be returned to the client if the corresponding monitor entry is
requested.
|
String |
getMonitorInstanceName()
Retrieves the name of this monitor provider.
|
org.forgerock.opendj.ldap.schema.ObjectClass |
getMonitorObjectClass()
Retrieves the objectclass that should be included in the monitor entry
created from this monitor provider.
|
void |
initializeMonitorProvider(org.forgerock.opendj.server.config.server.MonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the provided configuration entry.
|
finalizeMonitorProvider, isConfigurationAcceptable, scheduleUpdatepublic LocalBackendMonitor(LocalBackend<?> backend)
initializeMonitorProvider method.backend - The backend with which this monitor is associated.public void initializeMonitorProvider(org.forgerock.opendj.server.config.server.MonitorProviderCfg configuration)
MonitorProviderinitializeMonitorProvider in class MonitorProvider<org.forgerock.opendj.server.config.server.MonitorProviderCfg>configuration - The configuration to use to initialize this monitor provider.public String getMonitorInstanceName()
MonitorProvidergetMonitorInstanceName in class MonitorProvider<org.forgerock.opendj.server.config.server.MonitorProviderCfg>public org.forgerock.opendj.ldap.schema.ObjectClass getMonitorObjectClass()
getMonitorObjectClass in class MonitorProvider<org.forgerock.opendj.server.config.server.MonitorProviderCfg>public MonitorData getMonitorData()
MonitorProvidergetMonitorData in class MonitorProvider<org.forgerock.opendj.server.config.server.MonitorProviderCfg>Copyright © 2010-2020 Wren Security. All Rights Reserved.