Method join(long millis)
Return type: void
Member of: java.lang.Thread
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 importThread.join(15000);
2 resourceThread.join(1000);
3 outThread.join(32000);
4 nodeTraverser.join(20000);
5 fgTypeCacherThread.join(1000);
6 Thread.currentThread().join(100);
7 playerFactory.join(2000);
8 this.runner.join( 1000 );
9 testThread.join(1000);
10 workers[i].join(200);
11 ((Thread) threads.get(n)).join(time);
12 tx.join(wait);
13 thread.join(msTimeout);
14 t.join(WAIT_TO_DIE);
15 oldThread.join(closeTimeout);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.