org.erights.e.elib.tests
Class TestMultiQ

java.lang.Object
  |
  +--org.erights.e.elib.tests.TestMultiQ

public class TestMultiQ
extends Object

Untamed: Worker classes for the mult-queue tester. This class is instantiated by TestMultiQMain.java. TestMultiQ is a simple class that 1) receives a reference to another "partner" TestMultiQ class, and 2) upon receiving a message to add an integer value to an internal counter, testMultiQ updates the internal counter, and then sends the same message to its partner instance (otherRef). See TestMultiQMain for the top level story.


Constructor Summary
TestMultiQ()
          Enabled:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMultiQ

public TestMultiQ()
Enabled:



comments?