Package wt.util.jmx

Class SMJconsole

java.lang.Object
wt.util.jmx.SMJconsole

public final class SMJconsole extends Object
Command line utility which launches jconsole with a connection to the default server manager directly via a local JMX connection.

Since this utility uses ((JmxConnectInfo)RemoteServerManager.getDefault().getInfo().jmxConnectInfo).getLocalJmxUrl() as the connection URL, this utility will work on any trusted host (assuming no intervening firewalls, of course) even when running on a platform that does not allow JMX connections via process id or publish local JMX connections to jconsole (like AIX) or when the target process is being run as a different user.

Supported API: true

Extendable: false