Uses of Class
org.opends.server.tools.ConfigureWindowsService.StopServiceReturnCode
-
Packages that use ConfigureWindowsService.StopServiceReturnCode Package Description org.opends.server.tools Contains various Directory Server tool implementations. -
-
Uses of ConfigureWindowsService.StopServiceReturnCode in org.opends.server.tools
Methods in org.opends.server.tools that return ConfigureWindowsService.StopServiceReturnCode Modifier and Type Method Description ConfigureWindowsService.StopServiceReturnCode
ConfigureWindowsService. stopService()
Invokes the net stop on the service corresponding to this server, it writes information and error messages in the provided streams.static ConfigureWindowsService.StopServiceReturnCode
ConfigureWindowsService.StopServiceReturnCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigureWindowsService.StopServiceReturnCode[]
ConfigureWindowsService.StopServiceReturnCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-