|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.ThreadGroup
|
+--org.PingOO.DLAI.lib.util.PThreadGroup
An extended thread group.
ThreadGroup| Field Summary | |
private static PThreadGroup |
defaultGroup
The default goup which will be at the root of the PingOO thread group tree. |
private static int |
GROUP_COUNT
The current number of groups. |
private static int |
GROUP_NUMBER
The group number generator. |
private int |
groupIdentifier
The unique indentifier of the current group. |
| Fields inherited from class java.lang.ThreadGroup |
daemon,
destroyed,
groups,
maxPriority,
name,
ngroups,
nthreads,
parent,
threads,
vmAllowSuspension |
| Constructor Summary | |
private |
PThreadGroup()
Creates a the default thread group. |
private |
PThreadGroup(java.lang.String name)
Creates a new thread group. |
| Method Summary | |
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
static PThreadGroup |
getDefaultGroup()
Returns the default group which is at the root of all PingOO threads and groups. |
static int |
getInstanceNumber()
Returns the number identifier of the last instancied group. |
static PThreadGroup |
getNewInstance(java.lang.String name)
Returns a new instance of a pgroup. |
java.lang.String |
toString()
|
| 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,
suspend,
uncaughtException |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private static PThreadGroup defaultGroup
private static int GROUP_NUMBER
private static int GROUP_COUNT
private int groupIdentifier
| Constructor Detail |
private PThreadGroup()
throws java.lang.SecurityException
private PThreadGroup(java.lang.String name)
throws java.lang.NullPointerException,
java.lang.SecurityException
name - The name of the new group.| Method Detail |
public static PThreadGroup getNewInstance(java.lang.String name)
throws java.lang.NullPointerException,
java.lang.SecurityException
name - The name of the new group.null in case of problems.public static PThreadGroup getDefaultGroup()
public java.lang.String toString()
public static int getInstanceNumber()
protected void finalize()
throws java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||