public interface TXLocker
Modifier and Type | Method and Description |
---|---|
void |
lock(java.lang.String lockID)
A blocking call that returns upon successfully locking
lockID
or throws a TXException . |
void lock(java.lang.String lockID) throws TXException
lockID
or throws a TXException
. Locking a group involves synchronously
checkpointing its state and maintaining in memory its locked status.lockID
- TXException