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

org.swisspush.gateleen.logging.CloneableDynamicMBean Maven / Gradle / Ivy

There is a newer version: 2.1.15
Show newest version
package org.swisspush.gateleen.logging;

import javax.management.DynamicMBean;

/**
 * Interface of a clonable, dynamic MBean.
 *
 * @author schwabmar
 */
public interface CloneableDynamicMBean extends DynamicMBean, Cloneable {
    /**
     * Makes a clone of the MBean.
     *
     * @return The MBean's clone.
     */
    Object clone() throws CloneNotSupportedException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy