Re: [java ee programming] Using Thread waiting() method

2010-12-12 Thread Sunil Namdev
use NotifyAll() method. Regards, Sunil On Sat, Dec 11, 2010 at 8:46 PM, anthony wrote: > I am trying to send a notify to an available Thread (first Thread i > can find in a pool currently in a WAITING state), but am unable to. I > am trying to send the notify alert to a thread running in a sepa

[java ee programming] Using Thread waiting() method

2010-12-11 Thread anthony
I am trying to send a notify to an available Thread (first Thread i can find in a pool currently in a WAITING state), but am unable to. I am trying to send the notify alert to a thread running in a separate class, although this class is included in the same package. Here is the Server.java file fro