com.intel.gpe.client2.common.requests
Class DeleteFileRequest

java.lang.Object
  extended by com.intel.gpe.client2.requests.BaseRequest
      extended by com.intel.gpe.client2.common.requests.DeleteFileRequest
All Implemented Interfaces:
Request, java.io.Serializable

public class DeleteFileRequest
extends BaseRequest

Request for file deletion from the storage. The return value of the request is the path of the file.

Version:
$Id: DeleteFileRequest.java,v 1.3 2006/10/19 13:40:48 dizhigul Exp $
Author:
Alexander Lukichev
See Also:
Serialized Form

Constructor Summary
DeleteFileRequest(com.intel.gpe.clients.api.StorageClient storageClient, com.intel.gpe.clients.api.GridFile file)
          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

DeleteFileRequest

public DeleteFileRequest(com.intel.gpe.clients.api.StorageClient storageClient,
                         com.intel.gpe.clients.api.GridFile file)
Create the request object.

Parameters:
storageClient - - the client to the storage
file - - the GridFile
Method Detail

perform

public java.lang.Object perform()
                         throws java.lang.Throwable
Description copied from interface: Request
The request body.

Returns:
the result of the request
Throws:
java.lang.Throwable - TODO


Copyright © 2008. All Rights Reserved.