JINI Distributed Lock Manager is a fault-tolerant, distributed mutual exclusion service for JINI built on top of JGroups. All locks are leased and can optionally protect an associated pre-registered resource.
| Tags | Clustering/Distributed Networks |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: Locks are now released if a transaction manager reference returns NoSuchObjectException, which would indicate permanent failure.


Release Notes: The Lock Manager API was revised to associate Locks with a JINI Transaction rather than have them be standalone leased resources. This was done to make fully atomic initialization of state simple and safe.


No changes have been submitted for this release.