How to get running service thread handle ?

Hello,

I’m trying to implement simple method to control service threads. I’ve created java service which gets list of threads from IS JVM. Unfortunately, I dont know how could I identify that particular thread is the thread I want to stop.
Of course I know that killing JVM threads isn’t a good solution, but I’m ready to take this risk :slight_smile:
Any suggestions will be appreciated :slight_smile:
Thanks in advance.

Hello,
I am sorry for can not give any suggestions, but I have the same wish to control the service threads. And would you please share your experience and sample codes to get the threads from IS JVM with me? Thanks in advance and I appreciate it.