public class SnapshotServiceImpl extends ServiceImpl implements SnapshotService
SnapshotService.GetRequest, SnapshotService.GetResponse, SnapshotService.RemoveRequest, SnapshotService.RemoveResponse, SnapshotService.RestoreRequest, SnapshotService.RestoreResponse
Constructor and Description |
---|
SnapshotServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
SnapshotCdromsService |
cdromsService() |
SnapshotDisksService |
disksService() |
SnapshotService.GetRequest |
get() |
SnapshotNicsService |
nicsService() |
SnapshotService.RemoveRequest |
remove() |
SnapshotService.RestoreRequest |
restore() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public SnapshotServiceImpl(HttpConnection connection, String path)
public SnapshotService.GetRequest get()
get
in interface SnapshotService
public SnapshotService.RemoveRequest remove()
remove
in interface SnapshotService
public SnapshotService.RestoreRequest restore()
restore
in interface SnapshotService
public SnapshotCdromsService cdromsService()
cdromsService
in interface SnapshotService
public SnapshotDisksService disksService()
disksService
in interface SnapshotService
public SnapshotNicsService nicsService()
nicsService
in interface SnapshotService
public Service service(String path)
SnapshotService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface SnapshotService
Copyright © 2016. All rights reserved.