Class MbeansDescriptorsDigesterSource


  • public class MbeansDescriptorsDigesterSource
    extends ModelerSource
    • Constructor Detail

      • MbeansDescriptorsDigesterSource

        public MbeansDescriptorsDigesterSource()
    • Method Detail

      • setRegistry

        public void setRegistry​(Registry reg)
      • setSource

        public void setSource​(java.lang.Object source)
      • loadDescriptors

        public java.util.List<javax.management.ObjectName> loadDescriptors​(Registry registry,
                                                                           java.lang.String type,
                                                                           java.lang.Object source)
                                                                    throws java.lang.Exception
        Description copied from class: ModelerSource
        Load data, returns a list of items.
        Specified by:
        loadDescriptors in class ModelerSource
        Parameters:
        registry - The registry
        type - The bean registry type
        source - Introspected object or some other source
        Returns:
        a list of object names
        Throws:
        java.lang.Exception - Error loading descriptors
      • execute

        public void execute()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception