Inheritance diagram for com.scalagent.jmx.JMXServer:


Public Member Functions | |
| JMXServer (MBeanServer mxserver) | |
| JMXServer () | |
| void | registerMBean (Object bean, String domain, String name) throws Exception |
| void | unregisterMBean (String domain, String name) throws Exception |
| void | registerMBean (Object bean, String fullName) throws Exception |
| void | unregisterMBean (String fullName) throws Exception |
| Object | getAttribute (ObjectName objectName, String attribute) throws Exception |
| MBeanAttributeInfo[] | getAttributes (ObjectName objectName) throws Exception |
| Set | queryNames (ObjectName objectName) |
Public Attributes | |
| MBeanServer | mxserver = null |
Definition at line 44 of file JMXServer.java.
1.5.0