|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.ThreadGroup | +--EASE.Agents.Engine.AgentHolder.SafeThreadGroup
Fields inherited from class java.lang.ThreadGroup |
daemon,
destroyed,
groups,
maxPriority,
name,
ngroups,
nthreads,
parent,
threads,
vmAllowSuspension |
Constructor Summary | |
AgentHolder.SafeThreadGroup(java.lang.String name)
|
Method Summary | |
void |
safeResume()
This code is ugly but needs to be done like this because a sleeping thread cannot wake itself. |
void |
safeSuspend()
|
Methods inherited from class java.lang.ThreadGroup |
activeCount,
activeGroupCount,
add,
add,
allowThreadSuspension,
checkAccess,
destroy,
enumerate,
enumerate,
enumerate,
enumerate,
enumerate,
enumerate,
getMaxPriority,
getName,
getParent,
interrupt,
isDaemon,
isDestroyed,
list,
list,
parentOf,
remove,
remove,
resume,
setDaemon,
setMaxPriority,
stop,
stopOrSuspend,
suspend,
toString,
uncaughtException |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public AgentHolder.SafeThreadGroup(java.lang.String name)
Method Detail |
public void safeSuspend()
public void safeResume()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |