|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.ogsa.impl.base.multirft.TransferClient
Description of the Class
| Constructor Summary | |
TransferClient()
Constructor for the TransferClient object |
|
TransferClient(int transferid,
java.lang.String sourceURL,
java.lang.String destinationURL,
java.lang.String proxyPath,
FileTransferProgressType transferProgress,
ServiceDataSet serviceData,
ServiceData transferProgressData,
ServiceData restartMarkerServiceData,
FileTransferRestartMarker restartMarker,
ServiceData gridFTPRestartMarkerSD,
GridFTPRestartMarkerElement gridFTPRestartMarkerElement,
ServiceData gridFTPPerfMarkerSD,
GridFTPPerfMarkerElement gridFTPPerfMarkerElement,
RFTOptionsType rftOptions)
Constructor for the TransferClient object |
|
| Method Summary | |
void |
close()
|
GridFTPClient |
getDestination()
DOCUMENT ME! |
java.lang.String |
getDestinationPath()
DOCUMENT ME! |
GlobusURL |
getDestinationURL()
Gets the destinationURL attribute of the TransferClient object |
long |
getSize()
Gets the size attribute of the TransferClient object |
GridFTPClient |
getSource()
DOCUMENT ME! |
java.lang.String |
getSourcePath()
DOCUMENT ME! |
GlobusURL |
getSourceURL()
Gets the sourceURL attribute of the TransferClient object |
int |
getStatus()
DOCUMENT ME! |
int |
getTransferID()
DOCUMENT ME! |
URLExpander |
getUrlExpander()
Gets the urlExpander attribute of the TransferClient object |
void |
initialize()
Description of the Method |
static org.ietf.jgss.GSSCredential |
loadCredential(java.lang.String credPath)
DOCUMENT ME! |
static java.lang.String |
saveCredential(org.ietf.jgss.GSSCredential credential)
DOCUMENT ME! |
void |
setAuthorization()
Sets the authorization attribute of the TransferClient object |
void |
setCredential(java.lang.String proxyPath)
Sets the credential attribute of the TransferClient object |
void |
setDbOptions(TransferDbOptions dbOptions)
Sets the dbOptions attribute of the TransferClient object |
void |
setDestination(GridFTPClient destinationHost)
DOCUMENT ME! |
void |
setDestinationHost(java.lang.String destURL)
Sets the destinationHost attribute of the TransferClient object |
void |
setDestinationPath(java.lang.String destPath)
DOCUMENT ME! |
void |
setDestinationURL(java.lang.String destinationURL)
Sets the destinationURL attribute of the TransferClient object |
void |
setMyMarkerListener(FileTransferProgressType transferProgress,
ServiceDataSet serviceData,
ServiceData transferProgressData,
ServiceData restartMarkerServiceData,
FileTransferRestartMarker restartMarker,
ServiceData gridFTPRestartMarkerSD,
GridFTPRestartMarkerElement gridFTPRestartMarkerElement,
ServiceData gridFTPPerfMarkerSD,
GridFTPPerfMarkerElement gridFTPPerfMarkerElement)
Sets the myMarkerListener attribute of the TransferClient object |
void |
setMyMarkerListener(MyMarkerListener markerListener)
Sets the myMarkerListener attribute of the TransferClient object |
void |
setParallelStreams(int parallel)
DOCUMENT ME! |
void |
setProxyPath(java.lang.String proxyPath)
DOCUMENT ME! |
void |
setRestartMarker(java.lang.String marker)
DOCUMENT ME! |
void |
setRftOptions(RFTOptionsType rftOptions)
Sets the rftOptions attribute of the TransferClient object |
void |
setRFTOptions(RFTOptionsType rftOptions)
DOCUMENT ME! |
void |
setSource(GridFTPClient host)
DOCUMENT ME! |
void |
setSourceHost(java.lang.String sourceURL)
Sets the sourceHost attribute of the TransferClient object |
void |
setSourcePath(java.lang.String sourcePath)
DOCUMENT ME! |
void |
setSourceURL(java.lang.String sourceURL)
Sets the sourceURL attribute of the TransferClient object |
void |
setStatus(int status)
Sets the status attribute of the TransferClient object |
void |
setTcpBufferSize(int tcpBufferSize)
DOCUMENT ME! |
void |
setTransferId(int transferId)
Sets the transferId attribute of the TransferClient object |
void |
setTransferParams(GridFTPClient host,
org.ietf.jgss.GSSCredential cred)
DOCUMENT ME! |
void |
transfer(boolean useExtended)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TransferClient()
public TransferClient(int transferid,
java.lang.String sourceURL,
java.lang.String destinationURL,
java.lang.String proxyPath,
FileTransferProgressType transferProgress,
ServiceDataSet serviceData,
ServiceData transferProgressData,
ServiceData restartMarkerServiceData,
FileTransferRestartMarker restartMarker,
ServiceData gridFTPRestartMarkerSD,
GridFTPRestartMarkerElement gridFTPRestartMarkerElement,
ServiceData gridFTPPerfMarkerSD,
GridFTPPerfMarkerElement gridFTPPerfMarkerElement,
RFTOptionsType rftOptions)
throws java.rmi.RemoteException
transferid - Description of the ParametersourceURL - Description of the ParameterdestinationURL - Description of the ParameterproxyPath - Description of the ParametertransferProgress - Description of the ParameterserviceData - Description of the ParametertransferProgressData - Description of the ParameterrestartMarkerServiceData - Description of the ParameterrestartMarker - Description of the ParametergridFTPRestartMarkerSD - Description of the ParametergridFTPRestartMarkerElement - Description of the ParametergridFTPPerfMarkerSD - Description of the ParametergridFTPPerfMarkerElement - Description of the ParameterrftOptions - Description of the Parameter
java.rmi.RemoteException - Description of the Exception| Method Detail |
public void setSourceURL(java.lang.String sourceURL)
throws java.rmi.RemoteException
sourceURL - The new sourceURL value
java.rmi.RemoteException - Description of the Exception
public void setDestinationURL(java.lang.String destinationURL)
throws java.rmi.RemoteException
destinationURL - The new destinationURL value
java.rmi.RemoteException - Description of the Exceptionpublic GlobusURL getSourceURL()
public GlobusURL getDestinationURL()
public void setSourceHost(java.lang.String sourceURL)
throws java.rmi.RemoteException
sourceURL - The new sourceHost value
java.rmi.RemoteException - Description of the Exception
public void setDestinationHost(java.lang.String destURL)
throws java.rmi.RemoteException
destURL - The new destinationHost value
java.rmi.RemoteException - Description of the Exceptionpublic void setStatus(int status)
status - The new status value
public void setCredential(java.lang.String proxyPath)
throws org.ietf.jgss.GSSException
proxyPath - The new credential value
org.ietf.jgss.GSSException - Description of the Exception
public void initialize()
throws java.rmi.RemoteException
java.rmi.RemoteException - Description of the Exceptionpublic void setTransferId(int transferId)
transferId - The new transferId valuepublic void setRftOptions(RFTOptionsType rftOptions)
rftOptions - The new rftOptions valuepublic void setDbOptions(TransferDbOptions dbOptions)
dbOptions - The new dbOptions value
public void setMyMarkerListener(FileTransferProgressType transferProgress,
ServiceDataSet serviceData,
ServiceData transferProgressData,
ServiceData restartMarkerServiceData,
FileTransferRestartMarker restartMarker,
ServiceData gridFTPRestartMarkerSD,
GridFTPRestartMarkerElement gridFTPRestartMarkerElement,
ServiceData gridFTPPerfMarkerSD,
GridFTPPerfMarkerElement gridFTPPerfMarkerElement)
transferProgress - The new myMarkerListener valueserviceData - The new myMarkerListener valuetransferProgressData - The new myMarkerListener valuerestartMarkerServiceData - The new myMarkerListener valuerestartMarker - The new myMarkerListener valuegridFTPRestartMarkerSD - The new myMarkerListener valuegridFTPRestartMarkerElement - The new myMarkerListener valuegridFTPPerfMarkerSD - The new myMarkerListener valuegridFTPPerfMarkerElement - The new myMarkerListener valuepublic void setMyMarkerListener(MyMarkerListener markerListener)
markerListener - The new myMarkerListener valuepublic long getSize()
public URLExpander getUrlExpander()
public void setAuthorization()
public static org.ietf.jgss.GSSCredential loadCredential(java.lang.String credPath)
throws org.ietf.jgss.GSSException
credPath - DOCUMENT ME!
org.ietf.jgss.GSSException - DOCUMENT ME!
public static java.lang.String saveCredential(org.ietf.jgss.GSSCredential credential)
throws org.ietf.jgss.GSSException
credential - DOCUMENT ME!
org.ietf.jgss.GSSException - DOCUMENT ME!public void setProxyPath(java.lang.String proxyPath)
proxyPath - DOCUMENT ME!public void setSource(GridFTPClient host)
host - DOCUMENT ME!public GridFTPClient getSource()
public int getStatus()
public void setDestination(GridFTPClient destinationHost)
destinationHost - DOCUMENT ME!public GridFTPClient getDestination()
public void setDestinationPath(java.lang.String destPath)
destPath - DOCUMENT ME!public int getTransferID()
public java.lang.String getDestinationPath()
public void setSourcePath(java.lang.String sourcePath)
sourcePath - DOCUMENT ME!public java.lang.String getSourcePath()
public void setRFTOptions(RFTOptionsType rftOptions)
rftOptions - DOCUMENT ME!
public void setTransferParams(GridFTPClient host,
org.ietf.jgss.GSSCredential cred)
throws java.lang.Exception
host - DOCUMENT ME!cred - DOCUMENT ME!
java.lang.Exception - Description of the Exceptionpublic void setRestartMarker(java.lang.String marker)
marker - DOCUMENT ME!public void setParallelStreams(int parallel)
parallel - DOCUMENT ME!
public void close()
throws java.io.IOException,
ServerException
java.io.IOException
ServerExceptionpublic void setTcpBufferSize(int tcpBufferSize)
tcpBufferSize - DOCUMENT ME!public void transfer(boolean useExtended)
useExtended - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||