Class ModelerSource

    • Field Detail

      • source

        protected Object source
      • location

        protected String location
    • Constructor Detail

      • ModelerSource

        public ModelerSource()
    • Method Detail

      • loadDescriptors

        public List loadDescriptors​(Registry registry,
                                    String location,
                                    String type,
                                    Object source)
                             throws Exception
        Load data, returns a list of items.
        Parameters:
        registry -
        location -
        type -
        source - Introspected object or some other source
        Throws:
        Exception
      • updateField

        public void updateField​(ObjectName oname,
                                String name,
                                Object value)
        Callback from the BaseMBean to notify that an attribute has changed. Can be used to implement persistence.
        Parameters:
        oname -
        name -
        value -
      • store

        public void store()