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

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

public class GCMCancelTest
extends Object
implements StatusListener

this is a client application for the GridCommandManager. Tests cancelation of a submitted task


Constructor Summary
GCMCancelTest()
           
 
Method Summary
 void cancel()
           
 void executeTask()
           
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

GCMCancelTest

public GCMCancelTest()
              throws Exception
Method Detail

executeTask

public void executeTask()
                 throws Exception
Throws:
Exception

cancel

public void cancel()
            throws Exception
Throws:
Exception

statusChanged

public void statusChanged(StatusEvent event)
Specified by:
statusChanged in interface StatusListener

main

public static void main(String[] args)