sk.robotics.rlcs.agentspace
Class Agent.WorkerThreadGroup

java.lang.Object
  extended by java.lang.ThreadGroup
      extended by sk.robotics.rlcs.agentspace.Agent.WorkerThreadGroup
All Implemented Interfaces:
java.lang.Thread.UncaughtExceptionHandler
Enclosing class:
Agent

public class Agent.WorkerThreadGroup
extends java.lang.ThreadGroup

Thread group class for agent-launched worker threads. The security manager automatically adds all threads created by agents to their worker thread group.


Method Summary
 Agent getAgent()
           
 
Methods inherited from class java.lang.ThreadGroup
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString, uncaughtException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAgent

public Agent getAgent()