com.intel.gpe.client2.common.requests
Class PutFilesRequest
java.lang.Object
com.intel.gpe.client2.requests.BaseRequest
com.intel.gpe.client2.common.requests.PutFilesRequest
- All Implemented Interfaces:
- Request, java.io.Serializable
public class PutFilesRequest
- extends BaseRequest
- implements Request
Put a list of files to the remote location.
The list of failed transfers is returned (may be empty).
Compatibility mode: If operation fails an exception is thrown. Otherwise the reference to the file list is returned.
- Version:
- $Id: PutFilesRequest.java 1324 2007-07-19 07:06:29Z nbmalysh $
- Author:
- Alexander Lukichev
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
perform()
The request body. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.intel.gpe.client2.requests.Request |
getName |
PutFilesRequest
public PutFilesRequest(FileProvider fileProvider,
java.util.List<FileTransfer> transfers,
java.lang.Object secManager,
FileTransferProgressListener progress)
PutFilesRequest
public PutFilesRequest(FileProvider fileProvider,
com.intel.gpe.clients.api.StorageClient storageClient,
java.util.List<Pair<GPEFile,java.lang.String>> transfers,
GPESecurityManager secManager)
- Deprecated.
- Parameters:
fileProvider
- storageClient
- transfers
- secManager
-
perform
public java.lang.Object perform()
throws java.lang.Throwable
- Description copied from interface:
Request
- The request body.
- Specified by:
perform
in interface Request
- Returns:
- the result of the request
- Throws:
java.lang.Throwable
- TODO
Copyright © 2008. All Rights Reserved.