org.globus.cog.gridface.examples.gcm
Class GCMClient

java.lang.Object
  extended byorg.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.


Constructor Summary
GCMClient()
           
 
Method Summary
 void executeCHDIR(String provider)
           
 void executeExec()
           
 void executeLs(String provider)
           
 void executeOpen(String provider)
           
 void executeRename(String provider)
           
 void executeRm(String provider)
           
 void executeURLCOPY()
           
static void main(String[] args)
           
 void statusChanged(StatusEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCMClient

public GCMClient()
          throws Exception
Method Detail

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)