Uses of Class
org.opends.server.tools.ConfigureWindowsService.EnableServiceReturnCode
-
Packages that use ConfigureWindowsService.EnableServiceReturnCode Package Description org.opends.server.tools Contains various Directory Server tool implementations. -
-
Uses of ConfigureWindowsService.EnableServiceReturnCode in org.opends.server.tools
Methods in org.opends.server.tools that return ConfigureWindowsService.EnableServiceReturnCode Modifier and Type Method Description ConfigureWindowsService.EnableServiceReturnCode
ConfigureWindowsService. enableService()
Enables OpenDJ to run as a windows service.static ConfigureWindowsService.EnableServiceReturnCode
ConfigureWindowsService.EnableServiceReturnCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigureWindowsService.EnableServiceReturnCode[]
ConfigureWindowsService.EnableServiceReturnCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-