org.globus.cog.gridface.impl.util
Class RemoteToTempFile
java.lang.Object
org.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteToTempFile
public RemoteToTempFile()
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)