public class StackTraceMonitorProvider extends MonitorProvider<StackTraceMonitorProviderCfg>
Constructor and Description |
---|
StackTraceMonitorProvider() |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
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(StackTraceMonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the provided configuration entry.
|
finalizeMonitorProvider, getMonitorObjectClass, isConfigurationAcceptable, scheduleUpdate
public StackTraceMonitorProvider()
public void initializeMonitorProvider(StackTraceMonitorProviderCfg configuration) throws org.forgerock.opendj.config.server.ConfigException, InitializationException
MonitorProvider
initializeMonitorProvider
in class MonitorProvider<StackTraceMonitorProviderCfg>
configuration
- The configuration to use to initialize this monitor provider.org.forgerock.opendj.config.server.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
getMonitorInstanceName
in class MonitorProvider<StackTraceMonitorProviderCfg>
public List<Attribute> getMonitorData()
MonitorProvider
getMonitorData
in class MonitorProvider<StackTraceMonitorProviderCfg>
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.