public final class RuntimeManagementClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static RuntimeManagementClient |
INSTANCE |
| Constructor and Description |
|---|
RuntimeManagementClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindService(RuntimeManagementServiceLegacy _service)
Bind method for discovered service.
|
RuntimeManagementServiceLegacy |
getService() |
void |
unbindService(RuntimeManagementServiceLegacy _service)
Unbind method for discovered service.
|
public static RuntimeManagementClient INSTANCE
public void bindService(RuntimeManagementServiceLegacy _service)
service - The discovered service.public void unbindService(RuntimeManagementServiceLegacy _service)
service - The removed service.public RuntimeManagementServiceLegacy getService()