Class MetamergeFolderImpl

    • Constructor Detail

      • MetamergeFolderImpl

        public MetamergeFolderImpl()
      • MetamergeFolderImpl

        public MetamergeFolderImpl​(java.lang.Object config)
    • Method Detail

      • createFolder

        public MetamergeFolder createFolder​(java.lang.Object name)
                                     throws java.lang.Exception
        This method creates a folder
        Specified by:
        createFolder in interface MetamergeFolder
        Parameters:
        name - Name of sub-folder
        Returns:
        The MetamergeFolder object representing the new sub-folder
        Throws:
        java.lang.Exception
      • list

        public java.util.Enumeration list()
                                   throws java.lang.Exception
        Description copied from interface: MetamergeFolder
        Returns a list of javax.naming.Binding objects for each of this folders child entries. The Binding object contains the name of the object as well as the object itself.
        Specified by:
        list in interface MetamergeFolder
        Returns:
        Enumeration of Binding objects
        Throws:
        java.lang.Exception
      • getNames

        public java.lang.String[] getNames()
                                    throws java.lang.Exception
        Description copied from interface: MetamergeFolder
        This method returns an array of names contained in this folder.
        Specified by:
        getNames in interface MetamergeFolder
        Returns:
        The names value
        Throws:
        java.lang.Exception
      • getClone

        public java.lang.Object getClone()
                                  throws java.lang.Exception
        Return self clone
        Specified by:
        getClone in interface BaseConfiguration
        Overrides:
        getClone in class BaseConfigurationImpl
        Returns:
        a cloned version of this object.
        Throws:
        java.lang.Exception