|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.ThreadGroup
org.iids.aos.agentserver.java.AgentServerThreadGroup
public class AgentServerThreadGroup
To closely monitor and manage the activity of agent threads,
each agent receives its own AgentThreadGroup. The agent
runner owns the parent AgentServerThreadGroup.
AgentThreadGroup| Method Summary | |
|---|---|
static AgentServerThreadGroup |
get(AgentRunner r)
An AgentServerThreadGroup cannot be manually created. |
| 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 |
|---|
public static AgentServerThreadGroup get(AgentRunner r)
AgentServerThreadGroup cannot be manually created.
Instead, it is obtained by
r - The agent runner this group is tied to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||