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

java.lang.Object
  extended byorg.globus.cog.gridface.examples.gcm.GCMExecutionTest
All Implemented Interfaces:
StatusListener

public class GCMExecutionTest
extends Object
implements StatusListener

this is a client application for the GridCommandManager. Tests job submission, file transfer tasks.


Constructor Summary
GCMExecutionTest(int option, String provider, boolean background, String input1, String input2)
           
 
Method Summary
 void executeExec()
           
 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

GCMExecutionTest

public GCMExecutionTest(int option,
                        String provider,
                        boolean background,
                        String input1,
                        String input2)
                 throws Exception
Method Detail

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)