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

org.jgroups.jmx.AdditionalJmxObjects Maven / Gradle / Ivy

package org.jgroups.jmx;

/**
 * Allows objects to provide references to objects which also expose attributes or operations. These are exposed on
 * the same level as the parent object.
 * @author Bela Ban
 * @since  4.0
 */
public interface AdditionalJmxObjects {
    Object[] getJmxObjects();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy