public class SystemInfoMonitorProvider extends MonitorProvider<SystemInfoMonitorProviderCfg>
Constructor and Description |
---|
SystemInfoMonitorProvider() |
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.
|
void |
initializeMonitorProvider(SystemInfoMonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the provided configuration entry.
|
finalizeMonitorProvider, getMonitorInstanceDn, getMonitorObjectClass, isConfigurationAcceptable, scheduleUpdate
public void initializeMonitorProvider(SystemInfoMonitorProviderCfg configuration) throws ConfigException, InitializationException
MonitorProvider
initializeMonitorProvider
in class MonitorProvider<SystemInfoMonitorProviderCfg>
configuration
- The configuration to use to initialize this monitor provider.ConfigException
- If an unrecoverable problem arises in the process of performing the initialization.InitializationException
- If a problem occurs during initialization that is not related to the server configuration.public String getMonitorInstanceName()
MonitorProvider
UnsupportedOperationException
indicating that neither this method nor MonitorProvider.getMonitorInstanceDn()
have been
overridden.getMonitorInstanceName
in class MonitorProvider<SystemInfoMonitorProviderCfg>
public MonitorData getMonitorData()
MonitorProvider
getMonitorData
in class MonitorProvider<SystemInfoMonitorProviderCfg>
Copyright 2010-2020 ForgeRock AS.