com.intel.gpe.clients.api.fts.baseline
Interface BaselineFileTransferClient

All Superinterfaces:
FileTransferClient, ServiceClient, WSLTClient, WSRFClient, WSRPClient

public interface BaselineFileTransferClient
extends FileTransferClient

The file transfer client Unigrids Baseline file transfer operations

Version:
$Id: BaselineFileTransferClient.java,v 1.2 2005/10/03 13:31:39 lukichev Exp $
Author:
Thomas Kentemich

Field Summary
 
Fields inherited from interface com.intel.gpe.clients.api.FileTransferClient
BASELINE, GASS, GRIDFTP, RANDOMBYTEIO, SFTP, STREAMABLEBYTEIO, SWA
 
Method Summary
 byte[] getFile()
          Get the file from the remote location.
 void putFile(byte[] contents)
          Put the file to the remote location.
 
Methods inherited from interface com.intel.gpe.clients.api.FileTransferClient
getSource, getTarget
 
Methods inherited from interface com.intel.gpe.clients.api.WSLTClient
destroy, getCurrentTime, getTerminationTime, setTerminationTime
 
Methods inherited from interface com.intel.gpe.clients.api.WSRPClient
getMultipleResourceProperties, getResourceProperty, getResourcePropertyDocument, queryXPath10Properties
 

Method Detail

putFile

void putFile(byte[] contents)
             throws java.lang.Exception
Put the file to the remote location.

Parameters:
contents - The new contents of the file
Throws:
java.lang.Exception

getFile

byte[] getFile()
               throws java.lang.Exception
Get the file from the remote location.

Returns:
The contents of the remote file
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.