Uses of Record Class
org.opends.server.api.plugin.PluginResult.Startup
Package
Description
Defines the Directory Server plugin API.
Contains various classes that comprise the core of the Directory Server codebase.
Contains the implementation for various Directory Server plugins.
-
Uses of PluginResult.Startup in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionstatic PluginResult.Startup
PluginResult.Startup.continueStartup()
Defines a continue processing startup plugin result.DirectoryServerPlugin.doStartup()
Performs any processing that should be done when the Directory Server is in the process of starting.static PluginResult.Startup
PluginResult.Startup.skipFurtherPluginProcessing()
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. -
Uses of PluginResult.Startup in org.opends.server.core
Modifier and TypeMethodDescriptionGroupManager.doStartup()
PluginConfigManager.invokeStartupPlugins()
Invokes the set of startup plugins that have been registered with the Directory Server. -
Uses of PluginResult.Startup in org.opends.server.plugins