java.lang
Class Thread

java.lang.Object
  extended byjava.lang.Thread

public class Thread
extends Object

DO NOT USE THIS CLASS. It is only present to provide compatibility with the java SecurityManager. Attempting to create an instance will generate an error.


Method Summary
static Thread currentThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Method Detail

currentThread

public static final Thread currentThread()