|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.globus.ogsa.impl.base.multirft.util.URLExpander
Description This class should take the sourceUrl and destination Url from RftImpl of the Class and return a Vector of corresponding Fully Qualified gsiftp urls
| Field Summary |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
URLExpander(GridFTPClient sourceHost,
GridFTPClient destinationHost,
GlobusURL sourceGlobusUrl,
GlobusURL destinationGlobusUrl)
Constructor for the URLExpander object |
|
| Method Summary | |
java.util.Vector |
doMlsd(java.lang.String localSourcePath)
Description of the Method |
boolean |
getStatus()
Gets the status attribute of the URLExpander object |
void |
run()
this invokes the MLST command from GridFTPClient on the source hands it over to parser utility which gives set of directories that need to be made at the destination.Recursive directory traversal or Iterative? |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public URLExpander(GridFTPClient sourceHost,
GridFTPClient destinationHost,
GlobusURL sourceGlobusUrl,
GlobusURL destinationGlobusUrl)
throws java.rmi.RemoteException
sourceHost - source gridftp serverdestinationHost - Description of the ParametersourceGlobusUrl - Description of the ParameterdestinationGlobusUrl - Description of the Parameter
java.rmi.RemoteException| Method Detail |
public java.util.Vector doMlsd(java.lang.String localSourcePath)
localSourcePath - Description of the Parameter
java.lang.Exception - Description of the Exceptionpublic boolean getStatus()
public void run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||