Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Change UIThreads' name
Change UIThreads' name [message #494456] Fri, 30 October 2009 17:29 Go to next message
Gustavo Steigert is currently offline Gustavo SteigertFriend
Messages: 2
Registered: July 2009
Junior Member
Does anybody know if it's possible to change the UIThreads' name? I'd like to add the name of the currently logged user to it, so I could monitor via JConsole their activity.

Thanks.
Re: Change UIThreads' name [message #494794 is a reply to message #494456] Mon, 02 November 2009 16:37 Go to previous messageGo to next message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
Hi,

is there any reason why you cannot use

Thread.currentThread().setName( "foo" );

while inside the UI Thread?

Regards,
Ben

Gustavo Steigert wrote:
> Does anybody know if it's possible to change the UIThreads' name? I'd
> like to add the name of the currently logged user to it, so I could
> monitor via JConsole their activity.
>
> Thanks.


--
Benjamin Muskalla | EclipseSource Karlsruhe
http://www.eclipsesource.com | http://twitter.com/eclipsesource
Re: Change UIThreads' name [message #495584 is a reply to message #494456] Thu, 05 November 2009 12:28 Go to previous message
Gustavo Steigert is currently offline Gustavo SteigertFriend
Messages: 2
Registered: July 2009
Junior Member
I guess not, it worked.

Thanks.
Previous Topic:A simple button with a simple ListViewer simply doesn't work
Next Topic:JUnit bundle
Goto Forum:
  


Current Time: Thu Apr 25 18:56:23 GMT 2024

Powered by FUDForum. Page generated in 0.03185 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top