|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileTransferClient
The base client class for managing file transfer resource.
| Field Summary | |
|---|---|
static java.lang.String |
BASELINE
Use Unigrids baseline file transfer mechanism |
static java.lang.String |
GASS
Transfer files by HTTP to/from GASS server |
static java.lang.String |
GRIDFTP
Transfer files by GridFTP |
static java.lang.String |
RANDOMBYTEIO
Use RandomByteIO |
static java.lang.String |
SFTP
Transfer files by SFTP |
static java.lang.String |
STREAMABLEBYTEIO
Use StreamableByteIO |
static java.lang.String |
SWA
Transfer files by SOAP with attachements |
| Method Summary | |
|---|---|
java.lang.String |
getSource()
Get the value of the source resource property |
java.lang.String |
getTarget()
Get the value of the target resource property |
| 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 |
| Field Detail |
|---|
static final java.lang.String GASS
static final java.lang.String SWA
static final java.lang.String GRIDFTP
static final java.lang.String SFTP
static final java.lang.String BASELINE
static final java.lang.String RANDOMBYTEIO
static final java.lang.String STREAMABLEBYTEIO
| Method Detail |
|---|
java.lang.String getSource()
throws GPEInvalidResourcePropertyQNameException,
GPEResourceUnknownException,
GPEUnmarshallingException,
GPESecurityException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
GPEInvalidResourcePropertyQNameException - If corresponding resource does not provide Source property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
java.lang.String getTarget()
throws GPEInvalidResourcePropertyQNameException,
GPEResourceUnknownException,
GPEUnmarshallingException,
GPESecurityException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException
GPEInvalidResourcePropertyQNameException - If corresponding resource does not provide Target property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||