org.globus.cog.gridface.examples.gcm
Class GCMClient
java.lang.Object
org.globus.cog.gridface.examples.gcm.GCMClient
- All Implemented Interfaces:
- StatusListener
- public class GCMClient
- extends Object
- implements StatusListener
this is a client application for the GridCommandManager.
Tests job submission, file transfer and file operation tasks.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GCMClient
public GCMClient()
throws Exception
executeOpen
public void executeOpen(String provider)
throws Exception
- Throws:
Exception
executeLs
public void executeLs(String provider)
executeCHDIR
public void executeCHDIR(String provider)
executeRm
public void executeRm(String provider)
executeRename
public void executeRename(String provider)
executeExec
public void executeExec()
throws Exception
- Throws:
Exception
executeURLCOPY
public void executeURLCOPY()
statusChanged
public void statusChanged(StatusEvent event)
- Specified by:
statusChanged in interface StatusListener
main
public static void main(String[] args)