removeService
Removes the service specified by the unique name and namespace.
Syntax
public boolean removeService(String serviceName, String namespace)
Parameters
String serviceName
The name of the service to be removed.
String namespace
The namespace of the service to be removed.
Return Codes
Value | Meaning |
true | The specified service was successfully found and removed. |
false | The specified service was not found. |