com.intel.gpe.clients.api.fts.sftp
Interface SFTPFileTransferClient

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

public interface SFTPFileTransferClient
extends FileTransferClient


Field Summary
 
Fields inherited from interface com.intel.gpe.clients.api.FileTransferClient
BASELINE, GASS, GRIDFTP, RANDOMBYTEIO, SFTP, STREAMABLEBYTEIO, SWA
 
Method Summary
 java.net.URI getFileURI()
          Get SFTP file URI (in the form sftp://host:port/path).
 java.lang.String getUserProfileRepositoryServiceURL()
          Get URL of UserProfileRepositoryService which can be used to establish SFTP connection.
 
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

getFileURI

java.net.URI getFileURI()
                        throws GPEInvalidResourcePropertyQNameException,
                               GPEResourceUnknownException,
                               GPEUnmarshallingException,
                               GPESecurityException,
                               GPEMiddlewareRemoteException,
                               GPEMiddlewareServiceException,
                               java.net.URISyntaxException
Get SFTP file URI (in the form sftp://host:port/path).

Returns:
Throws:
GPEInvalidResourcePropertyQNameException
GPEResourceUnknownException
GPEUnmarshallingException
GPESecurityException
GPEMiddlewareRemoteException
GPEMiddlewareServiceException
java.net.URISyntaxException

getUserProfileRepositoryServiceURL

java.lang.String getUserProfileRepositoryServiceURL()
                                                    throws GPEInvalidResourcePropertyQNameException,
                                                           GPEResourceUnknownException,
                                                           GPEUnmarshallingException,
                                                           GPESecurityException,
                                                           GPEMiddlewareRemoteException,
                                                           GPEMiddlewareServiceException
Get URL of UserProfileRepositoryService which can be used to establish SFTP connection.

Returns:
Throws:
GPEInvalidResourcePropertyQNameException
GPEResourceUnknownException
GPEUnmarshallingException
GPESecurityException
GPEMiddlewareRemoteException
GPEMiddlewareServiceException


Copyright © 2008. All Rights Reserved.