org.globus.transfer.reliable.client
Class ReliableFileTransferClient

java.lang.Object
  extended byorg.globus.wsrf.client.BaseClient
      extended byorg.globus.transfer.reliable.client.BaseRFTClient
          extended byorg.globus.transfer.reliable.client.ReliableFileTransferClient
All Implemented Interfaces:
NotifyCallback

public class ReliableFileTransferClient
extends BaseRFTClient

Command line client for RFT service


Field Summary
 
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
 
Constructor Summary
ReliableFileTransferClient()
          Constructor
 
Method Summary
static org.globus.rft.generated.TransferRequestType getTransfer(String path, EndpointReferenceType epr)
          Gets the transfer attribute of the ReliableFileTransferClient class
static void main(String[] args)
           
 
Methods inherited from class org.globus.transfer.reliable.client.BaseRFTClient
createRFT, delegateCredential, deliver, getClientSecDesc, getFactoryPort, getValue, parseArgs, printUsage, setSecurity, subscribe
 
Methods inherited from class org.globus.wsrf.client.BaseClient
displayUsage, getEPR, isDebugMode, parse, parse, setCustomUsage, setHelpFooter, setHelpHeader, setOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReliableFileTransferClient

public ReliableFileTransferClient()
Constructor

Method Detail

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