io.hawt.osgi.jmx.ConfigAdminMXBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hawtio-osgi-jmx Show documentation
Show all versions of hawtio-osgi-jmx Show documentation
hawtio :: ${project.artifactId}
package io.hawt.osgi.jmx;
import java.util.Map;
/**
* This MXBean is to get around a limitation in Jolokia (1.1.2) which prevents it
* from working with JMX APIs that take a TabularData argument such as
* {@code ConfigurationAdminMBean.html.update(String pid, TabularData properties)}.
*/
public interface ConfigAdminMXBean {
void configAdminUpdate(String pid, Map data);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy