Package | Description |
---|---|
org.apache.commons.transaction.locking |
Modifier and Type | Class and Description |
---|---|
class |
GenericLock
A generic implementain of a simple multi level lock.
|
class |
ReadWriteLock
Convenience implementation of a read/write lock based on
GenericLock . |
class |
ReadWriteUpgradeLock
Convenience implementation of a read/write lock with an option for upgrade
based on
ReadWriteUpgradeLock .Reads are shared which means there can be any number of concurrent read accesses allowed by this lock. |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.