public class Queued_Person extends java.rmi.server.UnicastRemoteObject implements Person_i
Queue,
NetDB_Person,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Queued_Person(Datastore datastore) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Hashtable |
info(java.lang.Long id,
java.lang.String handle)
Queue this call to the datastore, and await its turn.
|
Person |
insert_or_update(Person person)
Queue this call to the datastore, and await its turn.
|
java.lang.Long |
verify_or_die(java.lang.Long id)
Queue this call to the datastore, and await its turn.
|
java.lang.Long |
verify_or_die(java.lang.Long id,
java.lang.String handle)
Queue this call to the datastore, and await its turn.
|
java.lang.Long |
verify_or_die(java.lang.String handle)
Queue this call to the datastore, and await its turn.
|
clone, exportObject, exportObject, exportObject, unexportObjectpublic static final long serialVersionUID
public Queued_Person(Datastore datastore) throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.util.Hashtable info(java.lang.Long id,
java.lang.String handle)
throws java.lang.Exception
public Person insert_or_update(Person person) throws java.lang.Exception
insert_or_update in interface Person_ijava.lang.Exceptionpublic java.lang.Long verify_or_die(java.lang.Long id)
throws java.lang.Exception
verify_or_die in interface Person_ijava.lang.Exceptionpublic java.lang.Long verify_or_die(java.lang.String handle)
throws java.lang.Exception
verify_or_die in interface Person_ijava.lang.Exceptionpublic java.lang.Long verify_or_die(java.lang.Long id,
java.lang.String handle)
throws java.lang.Exception
verify_or_die in interface Person_ijava.lang.Exception