Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,Map<Owner,Locking.ClientLock>> |
table |
Modifier | Constructor and Description |
---|---|
protected |
Locking.ClientLockTable() |
Modifier and Type | Method and Description |
---|---|
protected Locking.ClientLock |
getLock(String name,
Owner owner,
boolean create_if_absent) |
protected void |
removeClientLock(String lock_name,
Owner owner) |
protected void |
resendPendingLockRequests() |
String |
toString() |
protected void |
unlockAll() |
protected Collection<Map<Owner,Locking.ClientLock>> |
values() |
protected final ConcurrentMap<String,Map<Owner,Locking.ClientLock>> table
protected Locking.ClientLock getLock(String name, Owner owner, boolean create_if_absent)
protected void unlockAll()
protected void resendPendingLockRequests()
protected Collection<Map<Owner,Locking.ClientLock>> values()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.