edu.sdsc.inca
Class ConsumerTest.ConsumerTester

java.lang.Object
  extended by edu.sdsc.inca.ConsumerTest.ConsumerTester
Enclosing class:
ConsumerTest

public static class ConsumerTest.ConsumerTester
extends java.lang.Object


Field Summary
 ConsumerTest.MockAgent agent
           
 Consumer consumer
           
 ConsumerTest.MockDepot depot
           
 
Constructor Summary
ConsumerTest.ConsumerTester(int numAgentConnections, int numDepotConnections)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

consumer

public Consumer consumer

agent

public ConsumerTest.MockAgent agent

depot

public ConsumerTest.MockDepot depot
Constructor Detail

ConsumerTest.ConsumerTester

public ConsumerTest.ConsumerTester(int numAgentConnections,
                                   int numDepotConnections)
                            throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception