public class JBossUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JBossUtils.JmxInfoQuery |
| Constructor and Description |
|---|
JBossUtils() |
| Modifier and Type | Method and Description |
|---|---|
static MBeanServer |
getMBeanServer() |
static JBossUtils.JmxInfoQuery |
queryJmx()
Returns a helper object to query JBoss info through JMX.
|
public static MBeanServer getMBeanServer()
public static JBossUtils.JmxInfoQuery queryJmx()
Uses fluent API style, e.g. queryJmx().jms().queueInfo("queueName").getMessageCount()
Copyright © 2015. All rights reserved.