Kill/Shutdown the UIThread from a background thread [message #1768533] |
Wed, 19 July 2017 14:26  |
Eclipse User |
|
|
|
Hi,
I have a workbench RAP application, which uses the Apache Shiro framework for session management. The problem I have is that when the session gets invalidated and the workbench is still open, the UIthread seems to ignore the fact that the HttpSession is gone, but the display is not marked as "disposed". To make sure everything closes I have a background thread which acts as a heartbeat, but I don't know how to kill the application(UIThread, Workbench). I can, however, kill all daemon threads I started. The only remaining thing is the UIThread.
Is there a way to interrupt the UIThread and make it react to the missing HttpSession?
Can I close the UIThread by force somehow?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.13287 seconds