All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ch.inftec.ju.util.jmx.MBeanUtil Maven / Gradle / Ivy

There is a newer version: 6.1-4
Show newest version
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