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