Interface Make_i

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

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

      • commit

        Make commit​(Make make)
             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • delete

        void delete​(java.lang.String handle)
             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • list

        java.util.Hashtable list()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • verify_or_die

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