-
Notifications
You must be signed in to change notification settings - Fork 298
MBeanView
pedrosans edited this page Apr 17, 2011
·
5 revisions
JMX panel, to view and operate the applications mbeans
This JMX panel tries to access the platform MBeanServer by invoking ManagementFactory#getPlatformMBeanServer and present its structure using a tree component, and its managed beans in property panels.
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>mbeanview</artifactId>
<version>1.4.17</version>
</dependency>
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>mbeanview</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
<repository>
<id>wicketstuff-core-snapshots</id>
<url>ttps://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
add(new MBeansPanel("example"));
<div wicket:id="example"></div>
Pedro Santos, pedrosans@gmail.com
https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/mbeanview-parent/mbeanview
https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/mbeanview-parent/mbeanview