|
|||||||||
| 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.AgentThreadGroup
public class AgentThreadGroup
| Method Summary | |
|---|---|
static AgentThreadGroup |
getAgentThreadGroup(java.lang.Thread t)
Obtain the AgentThreadGroup that a thread belongs to. |
void |
joinGroup()
Wait for all threads to finish in this group. |
| 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 void joinGroup()
public static AgentThreadGroup getAgentThreadGroup(java.lang.Thread t)
AgentThreadGroup that a thread belongs to. This may
be the threads' group or a parent thread group. This method can be used
to determine whether a thread actually is part of an agent.
t - The thread to get the thread group from
null if
the thread is not part of an agent.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||