Package emissary.pool
Class AgentThreadGroup
- java.lang.Object
-
- java.lang.ThreadGroup
-
- emissary.pool.AgentThreadGroup
-
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
public class AgentThreadGroup extends ThreadGroup
Provide a ThreadGroup and an uncaught exception handler for our agents to be a part of
-
-
Constructor Summary
Constructors Constructor Description AgentThreadGroup(String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
uncaughtException(Thread thread, Throwable throwable)
-
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
-
-
-
-
Constructor Detail
-
AgentThreadGroup
public AgentThreadGroup(String s)
-
-
Method Detail
-
uncaughtException
public void uncaughtException(Thread thread, Throwable throwable)
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
- Overrides:
uncaughtException
in classThreadGroup
-
-