Package | Description |
---|---|
org.opends.server.api.plugin |
Defines the Directory Server plugin API.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.plugins |
Contains the implementation for various Directory Server plugins.
|
org.opends.server.plugins.profiler |
Contains the implementation of the Directory Server plugin that acts as an embedded profiler that can be used for
performance analysis of the server under load.
|
Modifier and Type | Method and Description |
---|---|
static PluginResult.Startup |
PluginResult.Startup.continueStartup()
Defines a continue processing startup plugin result.
|
PluginResult.Startup |
DirectoryServerPlugin.doStartup()
Performs any processing that should be done when the Directory Server is in the process of starting.
|
static PluginResult.Startup |
PluginResult.Startup.skipFurtherPluginProcesssing()
Defines a skip further plugin processing startup plugin result.
|
static PluginResult.Startup |
PluginResult.Startup.stopStartup(LocalizableMessage errorMessage)
Defines a new stop processing startup plugin result.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.Startup |
PluginConfigManager.invokeStartupPlugins()
Invokes the set of startup plugins that have been registered with the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.Startup |
GraphiteMonitorReporterPlugin.doStartup() |
Modifier and Type | Method and Description |
---|---|
PluginResult.Startup |
ProfilerPlugin.doStartup() |
Copyright 2010-2018 ForgeRock AS.