Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.lang.ThreadGroup
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 ThreadGroup[] threadGroups = getThreadGroups();
2 ThreadGroup g = Thread.currentThread().getThreadGroup();
3 ThreadGroup topGroup = Thread.currentThread().getThreadGroup();
4 ThreadGroup rootGroup;
5 int activeThreadsStart = test.threadGroup.activeCount();
6 this.threadGroup = new ThreadGroup("WorkQueueGroup[id="+id+"]");
7 ThreadGroup group = new ThreadGroup("P6SpyThreadGroup");
8 int num_threads = g.activeCount();
9 return activeCount();
10 return activeCount();
11 ThreadGroup appGroup = new ThreadGroup(getLaunchGroup(), des.getInformation().getDefaultTitle());
12 this(new ThreadGroup(name));
13 Thread[] procs = new Thread[RETRIEVER_THREADS.activeCount()];
14 serverGroup = new ThreadGroup(getName());
15 Thread[] clientHandlersArray = new Thread[ clientHandlers.activeCount() ];
16 t.getThreadGroup().uncaughtException(t, e);
17 ThreadGroup root = Thread.currentThread().getThreadGroup().getParent();
18 ThreadGroup tg = new ThreadGroup("BATCH_THREADS");
19 ThreadGroup threadGroup = new ThreadGroup("foo") {
20 ThreadGroup group = (ThreadGroup)field.get(service);

Links to utility classes and functions:

1 org.apache.jetspeed.daemon.impl.util.ThreadGroupJoin
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.