JMX plugin - call an operation?

I'm wanting to find out whether there are any deadlocked threads in a Java application, which looks like a JMX call to java.lang.Threading.findDeadlockedThreads() - no parameters to pass, a null response means OK, a non-null response is a problem.

As far as I can see the JMX plugin doesn't do operations, only attributes?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.