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

com.jamonapi.jmx.JamonMXBean Maven / Gradle / Ivy

There is a newer version: 2.82
Show newest version
package com.jamonapi.jmx;

/**
 * MXBean that allows for basic management of jamon.
 */
public interface JamonMXBean {
    public String getVersion();
    public boolean getEnabled();
    public void setEnabled(boolean enable);
    public void reset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy