protected final class NamedLocks.NamedLock extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Lock |
readLock |
protected Lock |
writeLock |
| Modifier | Constructor and Description |
|---|---|
protected |
NamedLocks.NamedLock(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
decrementReferenceCount() |
protected void |
incrementReferenceCount() |
protected Lock |
lock(boolean write) |
String |
toString() |
protected void |
unlock(Lock lock) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.