org.globus.transfer.reliable.client
Class ReliableFileTransferClient
java.lang.Object
org.globus.wsrf.client.BaseClient
org.globus.transfer.reliable.client.BaseRFTClient
org.globus.transfer.reliable.client.ReliableFileTransferClient
- All Implemented Interfaces:
- NotifyCallback
- public class ReliableFileTransferClient
- extends BaseRFTClient
Command line client for RFT service
| Fields inherited from class org.globus.transfer.reliable.client.BaseRFTClient |
authType, authVal, AUTHZ, authzVal, cmd, endpoint, failed, finished, HOST, optionString, outFileName, PATH_TO_FILE, PORT, PROTOCOL, rftFactoryLocator, rftLocator, SERVICE_URL_ROOT, TERM_TIME, transferCount |
| Fields inherited from class org.globus.wsrf.client.BaseClient |
ANON, anonymous, APPLICATION_ERROR, authorization, COMMAND_LINE_ERROR, CONTEXT, contextLifetime, CONV_ACTOR, convActor, customUsage, DEBUG, debugMode, DELEG, delegation, DESCRIPTOR, descriptorFile, EPR_FILE, helpFooter, helpHeader, mechanism, MECHANISM, MSG_ACTOR, msgActor, options, protection, PROTECTION, PUB_KEY_FILE, publicKeyFilename, RESOURCE_KEY, SERVICE_URL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReliableFileTransferClient
public ReliableFileTransferClient()
- Constructor
getTransfer
public static org.globus.rft.generated.TransferRequestType getTransfer(String path,
EndpointReferenceType epr)
- Gets the transfer attribute of the ReliableFileTransferClient class
- Parameters:
epr - path -
- Returns:
- The transfer value
main
public static void main(String[] args)
throws Exception
- Parameters:
args -
- Throws:
Exception