Interface MetamergeFolder

    • Method Detail

      • list

        java.util.Enumeration list()
                            throws java.lang.Exception
        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.
        Returns:
        Enumeration of Binding objects
        Throws:
        java.lang.Exception
      • getNames

        java.lang.String[] getNames()
                             throws java.lang.Exception
        This method returns an array of names contained in this folder.
        Returns:
        The names value
        Throws:
        java.lang.Exception
      • createFolder

        MetamergeFolder createFolder​(java.lang.Object name)
                              throws java.lang.Exception
        This method creates a sub-folder in this folder with the given name.
        Parameters:
        name - Name of sub-folder
        Returns:
        The MetamergeFolder object representing the new sub-folder
        Throws:
        java.lang.Exception