pool
Class Pool

java.lang.Object
  |
  +--pool.Pool

public class Pool
extends Object

The Pool is an environment where all the software agents run.

See Also:
JarRunner, TimeCounter

Constructor Summary
Pool()
           
 
Method Summary
static void receiveJarInfo(String alias, String path)
          Called when an agent is ready to excecute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pool

public Pool()
Method Detail

receiveJarInfo

public static void receiveJarInfo(String alias,
                                  String path)
                           throws Exception
Called when an agent is ready to excecute.
Throws:
Exception -