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