Uses of Class
org.opends.server.tools.ConfigureWindowsService.CleanupServiceReturnCode
-
Packages that use ConfigureWindowsService.CleanupServiceReturnCode Package Description org.opends.server.tools Contains various Directory Server tool implementations. -
-
Uses of ConfigureWindowsService.CleanupServiceReturnCode in org.opends.server.tools
Methods in org.opends.server.tools that return ConfigureWindowsService.CleanupServiceReturnCode Modifier and Type Method Description ConfigureWindowsService.CleanupServiceReturnCode
ConfigureWindowsService. cleanupService(String serviceName)
Cleans up a service for a given service name.static ConfigureWindowsService.CleanupServiceReturnCode
ConfigureWindowsService.CleanupServiceReturnCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigureWindowsService.CleanupServiceReturnCode[]
ConfigureWindowsService.CleanupServiceReturnCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-