private class LockTableUpdater.UpdateWorker.LockRecId extends java.lang.Object implements java.lang.Comparable<LockTableUpdater.UpdateWorker.LockRecId>
| Modifier and Type | Field and Description |
|---|---|
long |
lockRec
lock Record Id
|
int |
lockUsr
lock User Id
|
| Constructor and Description |
|---|
LockRecId(RecordLockEvent event)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LockTableUpdater.UpdateWorker.LockRecId o)
Compare with the given record id
|
public final long lockRec
public final int lockUsr
public LockRecId(RecordLockEvent event)
event - Lock eventpublic int compareTo(LockTableUpdater.UpdateWorker.LockRecId o)
compareTo in interface java.lang.Comparable<LockTableUpdater.UpdateWorker.LockRecId>