|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.remoting.JMXUtil
public class JMXUtil
JMXUtil is a set of utility functions for dealing with JMX servers and MBeans
Constructor Summary | |
---|---|
JMXUtil()
|
Method Summary | |
---|---|
static MBeanServer |
getMBeanServer()
return the local MbeanServer by using the system property jboss.remoting.jmxid which is set by the NetworkRegistry MBean when registered in the mbean server |
static ObjectName |
getMBeanServerObjectName()
get the ObjectName of the MBeanServer |
static String |
getServerId(MBeanServer server)
get the MBeanServerId attribute from the server |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JMXUtil()
Method Detail |
---|
public static MBeanServer getMBeanServer()
public static final ObjectName getMBeanServerObjectName() throws Exception
Exception
public static final String getServerId(MBeanServer server) throws Exception
server
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |