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

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


Constructor Summary
GCMFileTest(String provider, String host, String port, String file, String username, String password)
           
 
Method Summary
 void executeCHDIR()
           
 void executeLS()
           
 void executeOPEN()
           
 void executePWD()
           
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

GCMFileTest

public GCMFileTest(String provider,
                   String host,
                   String port,
                   String file,
                   String username,
                   String password)
            throws Exception
Method Detail

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)