Andy Bailey <[EMAIL PROTECTED]>@java.sun.com> on 11/05/99 01:38:45 PM

Please respond to "A mailing list for discussion about Sun Microsystem's
      Java Servlet API Technology." <[EMAIL PROTECTED]>

Sent by:  "A mailing list for discussion about Sun Microsystem's Java
      Servlet API Technology." <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
cc:

Subject:  Re: servlet and thread!!


----- Original Message -----
From: Antonio Mancuso <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 05, 1999 10:34 AM
Subject: servlet and thread!!


> Hello,
> In my servlet there are two thread, how can I stop they when the destroy
()
> method is invoched?
>
> Thanks
>
> ANtonio Mancuso
>
yourThreadOb.stop() should do it. If you have overriden stop() to halt your
thread that is.

Andy Bailey

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html


but in the documentation is reported the stop() method as a deprecated
method!!

Antonio Mancuso

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to