try it.  You can't do it.  the threadlocal stuff within a thread is package
protected.  You'd have to create your own kind of ThreadLocal class.

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff
> Haynie
> Sent: Thursday, January 16, 2003 1:06 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-dev] ThreadPooling in JMX? Its broken
>
>
> Why don't we just create on enter and then clear thread locals in the
> finally of the run in the threadpool? If there's any thread local
> variables in the executing thread, they could then be set in the
> executing thread pool thread, and then the thread pool thread could
> remove them upon exiting?
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of Bill
> Burke
> Sent: Thursday, January 16, 2003 12:51 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-dev] ThreadPooling in JMX? Its broken
>
>
> Sure there should.  For people that want to do thread pooling!
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of
> > Scott M Stark
> > Sent: Thursday, January 16, 2003 12:42 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [JBoss-dev] ThreadPooling in JMX? Its broken
> >
> >
> > Certainly not and there should not be. The content of the thread
> > local has to
> > be controlled in the scope in which it exists.
> >
> > xxxxxxxxxxxxxxxxxxxxxxxx
> > Scott Stark
> > Chief Technology Officer
> > JBoss Group, LLC
> > xxxxxxxxxxxxxxxxxxxxxxxx
> >
> > ----- Original Message -----
> > From: "Bill Burke" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, January 16, 2003 5:35 AM
> > Subject: RE: [JBoss-dev] ThreadPooling in JMX? Its broken
> >
> >
> > > I don't think there's any way to clear the thread locals.  All those
>
> > > variables are package protected and there seems to be no way to
> > clear all
> > > threadlocals....
> >
> >
> >
> > -------------------------------------------------------
> > This SF.NET email is sponsored by: Thawte.com
> > Understand how to protect your customers personal information by
> > implementing
> > SSL on your Apache Web Server. Click here to get our FREE Thawte
> Apache
> > Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
> > _______________________________________________
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: Thawte.com
> Understand how to protect your customers personal information by
> implementing
> SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
> Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: Thawte.com
> Understand how to protect your customers personal information by
> implementing
> SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
> Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to