Java Reference
In-Depth Information
Thread(ThreadGroup group , String name) Not available in CLDC, because
ThreadGroup is not supported.
static int activeCount() Available in CLDC.
void checkAccess() Not available in CLDC.
int countStackFrames() Not available in CLDC (deprecated
J2SE method).
static Thread currentThread() Available in CLDC.
void destroy() Not available in CLDC.
static void dumpStack() Not available in CLDC.
static int enumerate (Thread[] tarray) Not available in CLDC.
ClassLoader getContextClassLoader()
Not available in CLDC.
String getName()
Available in CLDC-NG.
int getPriority()
Available in CLDC.
ThreadGroup getThreadGroup()
Not available in CLDC.
void interrupt()
Not available in CLDC.
static boolean interrupted()
Not available in CLDC.
boolean isAlive()
Available in CLDC.
boolean isDaemon()
Available in CLDC-NG.
boolean isInterrupted()
Not available in CLDC.
void join()
Available in CLDC.
void join(long millis)
Not available in CLDC.
void join(long millis, int nanos)
Not available in CLDC.
void resume()
Not available in CLDC (deprecated
J2SE method).
void run()
Available in CLDC.
void setContextClassLoader
(ClassLoader cl)
Not available in CLDC.
void setDaemon(boolean on)
Available in CLDC-NG.
void setName(String name)
Not available in CLDC.
void setPriority(int newPriority)
Available in CLDC.
static void sleep(long millis)
Available in CLDC.
Not available in CLDC.
static void sleep (long millis, int
nanos)
void start()
Available in CLDC.
void stop()
Not available in CLDC (deprecated
J2SE method).
void stop(Throwable obj)
Not available in CLDC (deprecated
J2SE method).
void suspend()
Not available in CLDC.
String toString()
Available in CLDC.
static void yield()
Available in CLDC.
Throwable
Table B.86. Methods of the Class Thr o wable
Method
Availability in CLDC
Throwable()
Available in CLDC.
Throwable(String message)
Available in CLDC.
Throwable fillInStackTrace()
Not available in CLDC.
Search WWH ::




Custom Search