public class LockConflictManager extends Object
Constructor and Description |
---|
LockConflictManager(ReentrantLock instance) |
Modifier and Type | Method and Description |
---|---|
void |
signal()
Signal that the lock has been released.
|
int |
wait(int retry,
int waitTime)
Wait for the specified timeout (in milliseconds) and retry.
|
public LockConflictManager(ReentrantLock instance)
Copyright © 2021 JBoss by Red Hat. All rights reserved.