Package com.adaptris.rest.util
Class JmxMBeanHelper
java.lang.Object
com.adaptris.rest.util.JmxMBeanHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMBeanNames(String objectNameQuery) getObjectSetAttribute(String objectName, String attributeName) getStringAttribute(String objectName, String attributeName) getStringAttributeClassName(String objectName, String attributeName) protected MBeanServer<T> TproxyMBean(String objectNameString, Class<T> type) <T> TproxyMBean(ObjectName objectName, Class<T> type)
-
Constructor Details
-
JmxMBeanHelper
public JmxMBeanHelper()
-
-
Method Details
-
getStringAttribute
- Throws:
Exception
-
getStringAttributeClassName
- Throws:
Exception
-
proxyMBean
- Throws:
MalformedObjectNameException
-
proxyMBean
-
getObjectSetAttribute
public Set<ObjectName> getObjectSetAttribute(String objectName, String attributeName) throws Exception - Throws:
Exception
-
getMBeans
- Throws:
Exception
-
getMBeanNames
- Throws:
Exception
-
mBeanServer
-