Package org.swisspush.gateleen.logging
Interface CloneableDynamicMBean
-
- All Superinterfaces:
Cloneable,DynamicMBean
- All Known Implementing Classes:
Log4jConfiguratorMBean
public interface CloneableDynamicMBean extends DynamicMBean, Cloneable
Interface of a clonable, dynamic MBean.- Author:
- schwabmar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectclone()Makes a clone of the MBean.-
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes
-
-
-
-
Method Detail
-
clone
Object clone() throws CloneNotSupportedException
Makes a clone of the MBean.- Returns:
- The MBean's clone.
- Throws:
CloneNotSupportedException
-
-