public class Queued_Log extends java.rmi.server.UnicastRemoteObject implements Log_i
Queue,
NetDB_Log,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Queued_Log(Datastore datastore) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get_action(java.lang.String transaction_name)
Queue this call to the datastore, and await its turn.
|
void |
insert(java.lang.String transaction_name,
java.lang.Long p_user_id,
java.lang.String p_action,
java.lang.Long p_record_id,
java.lang.String p_record_type)
Queue this call to the datastore, and await its turn.
|
void |
set_action(java.lang.String transaction_name,
java.lang.String p_action)
Queue this call to the datastore, and await its turn.
|
clone, exportObject, exportObject, exportObject, unexportObjectpublic static final long serialVersionUID
public Queued_Log(Datastore datastore) throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.lang.String get_action(java.lang.String transaction_name)
throws java.lang.Exception,
No_Datastore_Defined
get_action in interface Log_ijava.lang.ExceptionNo_Datastore_Definedpublic void insert(java.lang.String transaction_name,
java.lang.Long p_user_id,
java.lang.String p_action,
java.lang.Long p_record_id,
java.lang.String p_record_type)
throws java.lang.Exception,
No_Datastore_Defined
insert in interface Log_ijava.lang.ExceptionNo_Datastore_Definedpublic void set_action(java.lang.String transaction_name,
java.lang.String p_action)
throws java.lang.Exception,
No_Datastore_Defined
set_action in interface Log_ijava.lang.ExceptionNo_Datastore_Defined