No Threads?

> A Java application cannot create a new java.lang.ThreadGroup nor a
> new java.lang.Thread. These restrictions also apply to JRE classes that make
> use of threads. For example, an application cannot create a
> new java.util.concurrent.ThreadPoolExecutor, or a java.util.Timer. An
> application can perform operations against the current thread, such
> asThread.currentThread().dumpStack().

What about runnable?

Runnable is implemented by class Thread.
Runnable provides the means for a class to be active while not
subclassing Thread

But...still, I think that it wouldn't work.

Can anyone please confirm this?

Shawn

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to