
ch.inftec.ju.util.jmx.MBeanUtil Maven / Gradle / Ivy
package ch.inftec.ju.util.jmx;
import ch.inftec.ju.util.helper.ValueConverter;
/**
* Interface to work with Java JMX MBeans.
*
* Use the MBeanUtils class to get instances of MBeanUtil.
* @author [email protected]
*
*/
public interface MBeanUtil {
/**
* Gets the attribute with the specified name from the MBean.
* @param attributeName Attribute name
* @return ValueConverter used to get the value of the attribute
*/
ValueConverter getAttribute(String attributeName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy