| java.lang.Object org.ow2.easybeans.jmx.CommonsModelerExtension
CommonsModelerExtension | final public class CommonsModelerExtension (Code) | | Utility class used to extends mbeans-descriptors.
author: Guillaume Sauthier |
Method Summary | |
public static void | updateDescriptors(Registry registry, InputStream stream) Update the given Registry (and particulary the inner ManagedBean). |
updateDescriptors | public static void updateDescriptors(Registry registry, InputStream stream) throws Exception(Code) | | Update the given Registry (and particulary the inner ManagedBean).
Parameters: registry - Registry to be updated. Parameters: stream - mbeans-descriptors-ext.xml content throws: Exception - when something fails. |
|
|