org.globus.cog.karajan.workflow.service.test
Class ChannelTest

java.lang.Object
  extended by org.globus.cog.karajan.workflow.service.test.ChannelTest
All Implemented Interfaces:
TestHandler.TestCallback

public class ChannelTest
extends Object
implements TestHandler.TestCallback


Nested Class Summary
static class ChannelTest.MonitorWindow
           
static class ChannelTest.Square
           
 
Constructor Summary
ChannelTest(int i)
           
 
Method Summary
 void done(KarajanChannel ochannel)
           
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelTest

public ChannelTest(int i)
Method Detail

run

public void run()

main

public static void main(String[] args)

done

public void done(KarajanChannel ochannel)
Specified by:
done in interface TestHandler.TestCallback