Package stanford.netdb.middleware
Interface Person_i
-
- All Superinterfaces:
java.rmi.Remote
- All Known Implementing Classes:
Queued_Person
public interface Person_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 java.util.Hashtableinfo(java.lang.Long id, java.lang.String handle)Personinsert_or_update(Person person)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
-
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
-
-