org.globus.cog.gridface.impl.util
Class RemoteToTempFile

java.lang.Object
  extended byorg.globus.cog.gridface.impl.util.RemoteToTempFile

public class RemoteToTempFile
extends Object

This class is a hack and demostrates that GridCommandImpl is not very reusable. In addition this class needs some optimization to allow for if the user already has a connection.


Nested Class Summary
static class RemoteToTempFile.FinishListener
           
 
Constructor Summary
RemoteToTempFile()
           
 
Method Summary
static void main(String[] args)
           
static void remoteToTemp(GridCommandManager gcm, String fromURIString, String toURIString, Action completedAction, String userName, String password)
          Consists of open->get->close->completedAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteToTempFile

public RemoteToTempFile()
Method Detail

remoteToTemp

public static void remoteToTemp(GridCommandManager gcm,
                                String fromURIString,
                                String toURIString,
                                Action completedAction,
                                String userName,
                                String password)
Consists of open->get->close->completedAction

Parameters:
gcm -
fromURIString -
toURIString -
completedAction -
userName -
password -

main

public static void main(String[] args)