Search Results

3
votes
2answers
92 views

Is it possible to programmatically close a Java process through JMX

Hi I'm currently writing an app to monitor another Java process and take specific actions when certain targets are hit. For example, if a thread deadlocks for a certain time, kill the threa …