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.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. -
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.Startup
GroupManager. doStartup()
PluginResult.Startup
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
Methods in org.opends.server.plugins that return PluginResult.Startup Modifier and Type Method Description PluginResult.Startup
GraphiteMonitorReporterPlugin. doStartup()
-