Interface CloneableDynamicMBean

  • All Superinterfaces:
    java.lang.Cloneable, javax.management.DynamicMBean
    All Known Implementing Classes:
    Log4jConfiguratorMBean

    public interface CloneableDynamicMBean
    extends javax.management.DynamicMBean, java.lang.Cloneable
    Interface of a clonable, dynamic MBean.
    Author:
    schwabmar
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object clone()
      Makes a clone of the MBean.
      • Methods inherited from interface javax.management.DynamicMBean

        getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes
    • Method Detail

      • clone

        java.lang.Object clone()
                        throws java.lang.CloneNotSupportedException
        Makes a clone of the MBean.
        Returns:
        The MBean's clone.
        Throws:
        java.lang.CloneNotSupportedException