Java Platform 1.2
Beta 4

Uses of Class
java.lang.Thread

Packages that use Thread
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
java.lang Provides classes that are fundamental to the design of the Java programming language.  
java.rmi Provides the RMI package.  
 

Uses of Thread in com.sun.java.swing.text
 

Methods in com.sun.java.swing.text that return Thread
protected  Thread AbstractDocument.getCurrentWriter()
          Fetches the current writing thread if there is one.
 

Uses of Thread in java.lang
 

Methods in java.lang that return Thread
static Thread Thread.currentThread()
          Returns a reference to the currently executing thread object.
 

Methods in java.lang with parameters of type Thread
static int Thread.enumerate(Thread[] tarray)
          Copies into the specified array every active thread in this this thread's thread group and its subgroups.
 void SecurityManager.checkAccess(Thread t)
          Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
 int ThreadGroup.enumerate(Thread[] list)
          Copies into the specified array every active thread in this thread group and its subgroups.
 int ThreadGroup.enumerate(Thread[] list, boolean recurse)
          Copies into the specified array every active thread in this thread group.
 void ThreadGroup.uncaughtException(Thread t, Throwable e)
          Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception.
 

Uses of Thread in java.rmi
 

Methods in java.rmi with parameters of type Thread
 void RMISecurityManager.checkAccess(Thread t)
          Check access to threads.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.