Package org.jolokia.server.core.backend
Interface MBeanServerHandlerMBean
- All Known Implementing Classes:
MBeanServerHandler
public interface MBeanServerHandlerMBean
MBean interface for accessing the
org.jolokia.server.core.util.jmx.MBeanServers- Since:
- Jul 2, 2010
- Author:
- roland
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet summary information of all MBeans found on the server
-
Field Details
-
OBJECT_NAME
Name of MBean used for registration- See Also:
-
-
Method Details
-
mBeanServersInfo
String mBeanServersInfo()Get summary information of all MBeans found on the server- Returns:
- the server's information.
-