Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.lang.Thread
Packages that use Thread
Provides classes that are fundamental to the design of the Java programming language.
Utility classes commonly useful in concurrent programming.
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 that return types with arguments of type Thread
Returns a map of stack traces for all live threads.
Methods in java.lang with parameters of type Thread
void
Runtime.addShutdownHook(Thread hook)
Registers a new virtual-machine shutdown hook.
boolean
De-registers a previously-registered virtual-machine shutdown hook.
void
SecurityManager.checkAccess(Thread t)
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
static int
Thread.enumerate(Thread[] tarray)
Copies into the specified array every active thread in the current thread's thread group and its subgroups.
void
Thread.UncaughtExceptionHandler.uncaughtException(Thread t, Throwable e)
Method invoked when the given thread terminates due to the given uncaught exception.
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
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception, and the thread does not have a specific Thread.UncaughtExceptionHandler installed.
Subclasses of Thread in java.util.concurrent
class
A thread managed by a ForkJoinPool, which executes ForkJoinTasks.
Methods in java.util.concurrent that return Thread
ThreadFactory.newThread(Runnable r)
Constructs a new Thread.
Methods in java.util.concurrent that return types with arguments of type Thread
protected Collection<Thread>
Semaphore.getQueuedThreads()
Returns a collection containing threads that may be waiting to acquire.
Methods in java.util.concurrent with parameters of type Thread
protected void
ThreadPoolExecutor.beforeExecute(Thread t, Runnable r)
Method invoked prior to executing the given Runnable in the given thread.
void
TimeUnit.timedJoin(Thread thread, long timeout)
Performs a timed Thread.join using this time unit.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz