public class ConnectionHandlerMonitor extends MonitorProvider<MonitorProviderCfg>
Constructor and Description |
---|
ConnectionHandlerMonitor(ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler)
Creates a new instance of this connection handler monitor provider that
will work with the provided connection handler.
|
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.
|
ObjectClass |
getMonitorObjectClass()
Retrieves the objectclass that should be included in the monitor entry
created from this monitor provider.
|
void |
initializeMonitorProvider(MonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the provided configuration entry.
|
finalizeMonitorProvider, isConfigurationAcceptable, scheduleUpdate
public ConnectionHandlerMonitor(ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler)
initializeMonitorProvider
method.connectionHandler
- The connection handler with which this monitor
is associated.public void initializeMonitorProvider(MonitorProviderCfg configuration)
initializeMonitorProvider
in class MonitorProvider<MonitorProviderCfg>
configuration
- The configuration to use to initialize this monitor provider.public String getMonitorInstanceName()
getMonitorInstanceName
in class MonitorProvider<MonitorProviderCfg>
public ObjectClass getMonitorObjectClass()
getMonitorObjectClass
in class MonitorProvider<MonitorProviderCfg>
public List<Attribute> getMonitorData()
getMonitorData
in class MonitorProvider<MonitorProviderCfg>
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.