public interface DBLockProvider extends Provider
Modifier and Type | Method and Description |
---|---|
void |
destroyLockInfo()
Will destroy whole state of DB lock (drop table/collection to track locking).
|
boolean |
hasLock()
Check if I have lock
|
void |
releaseLock()
Release previously acquired lock
|
boolean |
supportsForcedUnlock() |
void |
waitForLock()
Try to retrieve DB lock or wait if retrieve was unsuccessful.
|
void waitForLock()
void releaseLock()
boolean hasLock()
boolean supportsForcedUnlock()
void destroyLockInfo()
Copyright © 2016 JBoss by Red Hat. All rights reserved.