org.globus.transfer.reliable.client
Class ReliableFileDeleteClient

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

public class ReliableFileDeleteClient
extends BaseRFTClient


Field Summary
static String optionString
           
 
Fields inherited from class org.globus.transfer.reliable.client.BaseRFTClient
authType, authVal, AUTHZ, authzVal, cmd, endpoint, failed, finished, HOST, 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
ReliableFileDeleteClient()
           
 
Method Summary
static org.globus.rft.generated.DeleteRequestType getDeleteRequest(String path, EndpointReferenceType epr)
           
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
 

Field Detail

optionString

public static String optionString
Constructor Detail

ReliableFileDeleteClient

public ReliableFileDeleteClient()
Method Detail

getDeleteRequest

public static org.globus.rft.generated.DeleteRequestType getDeleteRequest(String path,
                                                                          EndpointReferenceType epr)

main

public static void main(String[] args)
                 throws Exception
Parameters:
args -
Throws:
Exception