public class ManagementServiceImpl extends Object implements ManagementService
| Modifier and Type | Method and Description |
|---|---|
GetAllInstanceOperationsResponse |
getAllInstanceOperations(GetAllInstanceOperationsRequest request) |
GetAllServerOperationsResponse |
getAllServerOperations(GetAllServerOperationsRequest request) |
static ManagementServiceImpl |
getInstance() |
GetInstanceOperationsResponse |
getInstanceOperations(GetInstanceOperationsRequest request) |
GetServerOperationsResponse |
getServerOperations(GetServerOperationsRequest request) |
GetServerOperationsResponse |
getServerOperationsImpl(GetServerOperationsRequest request) |
GetServiceResponse |
getService(GetServiceRequest request) |
GetServicesResponse |
getServices(GetServicesRequest request) |
IsInstanceDownResponse |
isInstanceDown(IsInstanceDownRequest request) |
IsServerDownResponse |
isServerDown(IsServerDownRequest request) |
OperateInstanceResponse |
operateInstance(OperateInstanceRequest request) |
OperateServerResponse |
operateServer(OperateServerRequest request) |
public static ManagementServiceImpl getInstance()
public OperateInstanceResponse operateInstance(OperateInstanceRequest request)
operateInstance in interface ManagementServicepublic OperateServerResponse operateServer(OperateServerRequest request)
operateServer in interface ManagementServicepublic GetInstanceOperationsResponse getInstanceOperations(GetInstanceOperationsRequest request)
getInstanceOperations in interface ManagementServicepublic GetServerOperationsResponse getServerOperations(GetServerOperationsRequest request)
getServerOperations in interface ManagementServicepublic GetAllInstanceOperationsResponse getAllInstanceOperations(GetAllInstanceOperationsRequest request)
getAllInstanceOperations in interface ManagementServicepublic GetAllServerOperationsResponse getAllServerOperations(GetAllServerOperationsRequest request)
getAllServerOperations in interface ManagementServicepublic IsInstanceDownResponse isInstanceDown(IsInstanceDownRequest request)
isInstanceDown in interface ManagementServicepublic IsServerDownResponse isServerDown(IsServerDownRequest request)
isServerDown in interface ManagementServicepublic GetServicesResponse getServices(GetServicesRequest request)
getServices in interface ManagementServicepublic GetServiceResponse getService(GetServiceRequest request)
getService in interface ManagementServicepublic GetServerOperationsResponse getServerOperationsImpl(GetServerOperationsRequest request)
Copyright © 2020 org.mydotey. All rights reserved.