public class ClientConnectionMonitorProvider extends MonitorProvider<ClientConnectionMonitorProviderCfg>
Constructor and Description |
---|
ClientConnectionMonitorProvider()
Creates an instance of this monitor provider.
|
ClientConnectionMonitorProvider(ConnectionHandler handler)
Creates an instance of this monitor provider.
|
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(ClientConnectionMonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the
provided configuration entry.
|
finalizeMonitorProvider, getMonitorObjectClass, isConfigurationAcceptable, scheduleUpdate
public ClientConnectionMonitorProvider()
public ClientConnectionMonitorProvider(ConnectionHandler handler)
handler
- to which the monitor provider is associated.public void initializeMonitorProvider(ClientConnectionMonitorProviderCfg configuration) throws ConfigException, InitializationException
initializeMonitorProvider
in class MonitorProvider<ClientConnectionMonitorProviderCfg>
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()
getMonitorInstanceName
in class MonitorProvider<ClientConnectionMonitorProviderCfg>
public List<Attribute> getMonitorData()
getMonitorData
in class MonitorProvider<ClientConnectionMonitorProviderCfg>
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.