Package stanford.netdb.middleware
Interface Location_i
-
- All Superinterfaces:
java.rmi.Remote
- All Known Implementing Classes:
Queued_Location
public interface Location_i extends java.rmi.RemoteThis interface lists the methods that will be available via RMI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Locationcommit(Location location)java.lang.Booleandelete(java.lang.String handle)java.lang.Stringhandle(java.lang.Long id)java.util.Hashtableinfo(java.lang.Long id, java.lang.String handle)java.util.Hashtableinfo(java.lang.String handle)java.util.Hashtablelist(java.lang.String filter)java.lang.Longverify_or_die(java.lang.Long id)java.lang.Longverify_or_die(java.lang.Long id, java.lang.String handle)java.lang.Longverify_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
-
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
-
-