| Package | Description |
|---|---|
| to.etc.dbutil |
| Modifier and Type | Method and Description |
|---|---|
DbLockKeeper.LockHandle |
DbLockKeeper.lock(String lockName)
Method should be used to create a lock.
|
DbLockKeeper.LockHandle |
DbLockKeeper.lockNowait(String lockName)
Get a lock, but do not wait for it- if the lock is taken the code
returns immediately, returning a null lock handle.
|
Copyright © 2017 etc.to. All rights reserved.