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()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Pool
public Pool()
receiveJarInfo
public static void receiveJarInfo(String alias,
String path)
throws Exception
- Called when an agent is ready to excecute.
- Throws:
- Exception -