public class ClusterLevelsServiceImpl extends ServiceImpl implements ClusterLevelsService
ClusterLevelsService.ListRequest, ClusterLevelsService.ListResponse
Constructor and Description |
---|
ClusterLevelsServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
ClusterLevelService |
levelService(String id)
Reference to the service that provides information about an specific cluster level.
|
ClusterLevelsService.ListRequest |
list()
Lists the cluster levels supported by the system.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public ClusterLevelsServiceImpl(HttpConnection connection, String path)
public ClusterLevelsService.ListRequest list()
ClusterLevelsService
Lists the cluster levels supported by the system.
list
in interface ClusterLevelsService
public ClusterLevelService levelService(String id)
ClusterLevelsService
Reference to the service that provides information about an specific cluster level.
levelService
in interface ClusterLevelsService
public Service service(String path)
ClusterLevelsService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface ClusterLevelsService
Copyright © 2016. All rights reserved.