Interface Person_i

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    Queued_Person

    public interface Person_i
    extends java.rmi.Remote
    This interface lists the methods that will be available via RMI.
    • Method Detail

      • insert_or_update

        Person insert_or_update​(Person person)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • info

        java.util.Hashtable info​(java.lang.Long id,
                                 java.lang.String handle)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • verify_or_die

        java.lang.Long verify_or_die​(java.lang.Long id,
                                     java.lang.String handle)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • verify_or_die

        java.lang.Long verify_or_die​(java.lang.Long id)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • verify_or_die

        java.lang.Long verify_or_die​(java.lang.String handle)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception