public class Queued_DHCPservice extends java.rmi.server.UnicastRemoteObject implements DHCPservice_i
Queue,
NetDB_DHCPservice,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Queued_DHCPservice(Datastore datastore) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Hashtable |
list()
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_DHCPservice(Datastore datastore) throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.util.Hashtable list()
throws java.lang.Exception
list in interface DHCPservice_ijava.lang.Exceptionpublic java.lang.Long verify_or_die(java.lang.Long id)
throws java.lang.Exception
verify_or_die in interface DHCPservice_ijava.lang.Exceptionpublic java.lang.Long verify_or_die(java.lang.String handle)
throws java.lang.Exception
verify_or_die in interface DHCPservice_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 DHCPservice_ijava.lang.Exception