Uses of Class
org.opends.server.tools.ConfigureWindowsService.ServiceStateReturnCode
-
Packages that use ConfigureWindowsService.ServiceStateReturnCode Package Description org.opends.server.tools Contains various Directory Server tool implementations. -
-
Uses of ConfigureWindowsService.ServiceStateReturnCode in org.opends.server.tools
Methods in org.opends.server.tools that return ConfigureWindowsService.ServiceStateReturnCode Modifier and Type Method Description ConfigureWindowsService.ServiceStateReturnCode
ConfigureWindowsService. serviceState()
Checks if OpenDJ is enabled as a windows service and if it is write the serviceName in the output stream (if it is not null).static ConfigureWindowsService.ServiceStateReturnCode
ConfigureWindowsService.ServiceStateReturnCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigureWindowsService.ServiceStateReturnCode[]
ConfigureWindowsService.ServiceStateReturnCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-