6 Accessing Custom MBeans
http://www.oracle.com/technetwork/java/javase/tech/javamanagement-140525.html
.This chapter includes the following sections:
- Accessing Custom MBeans from JConsole
The JDK includes JConsole, a Swing-based JMX client that you can use to browse MBeans. You can browse the MBeans in any WebLogic Server MBean server and in the JVM platform MBean server. - Accessing Custom MBeans from WebLogic Scripting Tool
If you register your MBeans in the Runtime MBean Server or Domain Runtime MBean Server, you can use WebLogic Scripting Tool to access your custom MBeans.
Accessing Custom MBeans from JConsole
The JDK includes JConsole, a Swing-based JMX client that you can use to browse MBeans. You can browse the MBeans in any WebLogic Server MBean server and in the JVM platform MBean server.
Oracle recommends that you use JConsole only in a development environment; it
consumes significant amounts of resources. See Using JConsole to Monitor
Applications at http://www.oracle.com/technetwork/articles/java/jconsole-1564139.html
.
For more information about accessing WebLogic Server MBeans from JConsole with wlthint3client.jar
and weblogic.jar
, see Using JConsole To Access WebLogic Server MBeans in Developing Standalone Clients for Oracle WebLogic Server.
Note:
Thewljmxclient.jar
and wlclient.jar
are removed in WebLogic Server 14c (14.1.1.0.0). If you are using an earlier version of WebLogic Server that has wljmxclient.jar
and wlclient.jar
, see Accessing Custom MBeans from JConsole in the Developing Manageable Applications Using JMX for Oracle WebLogic Server document for 12c (12.2.1.4.0).
Parent topic: Accessing Custom MBeans
Accessing Custom MBeans from WebLogic Scripting Tool
If you register your MBeans in the Runtime MBean Server or Domain Runtime MBean Server, you can use WebLogic Scripting Tool to access your custom MBeans.
For more information, see Accessing Other WebLogic MBeans and Custom MBeans in Understanding the WebLogic Scripting Tool.
Parent topic: Accessing Custom MBeans