Interface Location_i

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Location commit​(Location location)  
      java.lang.Boolean delete​(java.lang.String handle)  
      java.lang.String handle​(java.lang.Long id)  
      java.util.Hashtable info​(java.lang.Long id, java.lang.String handle)  
      java.util.Hashtable info​(java.lang.String handle)  
      java.util.Hashtable list​(java.lang.String filter)  
      java.lang.Long verify_or_die​(java.lang.Long id)  
      java.lang.Long verify_or_die​(java.lang.Long id, java.lang.String handle)  
      java.lang.Long verify_or_die​(java.lang.String handle)  
    • Method Detail

      • info

        java.util.Hashtable info​(java.lang.String handle)
                          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
      • commit

        Location commit​(Location location)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • delete

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

        java.util.Hashtable list​(java.lang.String filter)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • handle

        java.lang.String handle​(java.lang.Long id)
                         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