Package | Description |
---|---|
com.kabira.platform |
Managed Object Services
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Transaction.hasReadLock(java.lang.Object obj)
Determines if a read lock exists for an object in the current transaction.
|
static boolean |
Transaction.hasWriteLock(java.lang.Object obj)
Determines if a write lock exists for an object in the current transaction.
|
static void |
Transaction.readLockObject(java.lang.Object obj)
Establishes a read lock for the given object.
|
static void |
Transaction.writeLockObject(java.lang.Object obj)
Establishes a write lock for the given object.
|