|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intel.gpe.client2.requests.BaseRequest
com.intel.gpe.client2.common.requests.CopyFileRequest
public class CopyFileRequest
The request for file copying. The directories are copied recursively. The return value of the request is the target file name.
| Constructor Summary | |
|---|---|
CopyFileRequest(com.intel.gpe.clients.api.StorageClient storageClient,
com.intel.gpe.clients.api.GridFile from,
java.lang.String to)
Create the request object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
perform()
The request body. |
| Methods inherited from class com.intel.gpe.client2.requests.BaseRequest |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopyFileRequest(com.intel.gpe.clients.api.StorageClient storageClient,
com.intel.gpe.clients.api.GridFile from,
java.lang.String to)
storageClient - -
the client to the remote storagefrom - -
the source file nameto - -
the target file name| Method Detail |
|---|
public java.lang.Object perform()
throws java.lang.Throwable
Request
java.lang.Throwable - TODO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||