Interface Directory_i

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    NetDB_Directory, Queued_Directory

    public interface Directory_i
    extends java.rmi.Remote
    • Method Detail

      • lookup_exact

        Directory_Record lookup_exact​(java.lang.String key)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • lookup_by_key

        java.util.Vector<Directory_Record> lookup_by_key​(java.lang.String key)
                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • lookup_by_name

        java.util.Vector<Directory_Record> lookup_by_name​(java.lang.String name)
                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • lookup_by_UID

        java.util.Vector<Directory_Record> lookup_by_UID​(java.lang.String uid)
                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception