Uses of Class
org.opends.server.api.plugin.PluginResult.Startup
-
Packages that use PluginResult.Startup 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. -
-
Uses of PluginResult.Startup in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that return PluginResult.Startup Modifier and Type Method Description static PluginResult.StartupPluginResult.Startup. continueStartup()Defines a continue processing startup plugin result.PluginResult.StartupDirectoryServerPlugin. doStartup()Performs any processing that should be done when the Directory Server is in the process of starting.static PluginResult.StartupPluginResult.Startup. skipFurtherPluginProcessing()Defines a skip further plugin processing startup plugin result.static PluginResult.StartupPluginResult.Startup. stopStartup(LocalizableMessage errorMessage)Defines a new stop processing startup plugin result. -
Uses of PluginResult.Startup in org.opends.server.core
Methods in org.opends.server.core that return PluginResult.Startup Modifier and Type Method Description PluginResult.StartupGroupManager. doStartup()PluginResult.StartupPluginConfigManager. invokeStartupPlugins()Invokes the set of startup plugins that have been registered with the Directory Server. -
Uses of PluginResult.Startup in org.opends.server.plugins
Methods in org.opends.server.plugins that return PluginResult.Startup Modifier and Type Method Description PluginResult.StartupGraphiteMonitorReporterPlugin. doStartup()
-