org.globus.cog.gridface.examples.gcm
Class GCMFileTest
java.lang.Object
org.globus.cog.gridface.examples.gcm.GCMFileTest
- All Implemented Interfaces:
- StatusListener
- public class GCMFileTest
- extends Object
- implements StatusListener
this is a client application for the GridCommandManager.
Tests file operation tasks.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GCMFileTest
public GCMFileTest(String provider,
String host,
String port,
String file,
String username,
String password)
throws Exception
executeOPEN
public void executeOPEN()
throws Exception
- Throws:
Exception
executeLS
public void executeLS()
executeCHDIR
public void executeCHDIR()
executePWD
public void executePWD()
statusChanged
public void statusChanged(StatusEvent event)
- Specified by:
statusChanged in interface StatusListener
main
public static void main(String[] args)