A container that manages multiple locks as a single entity. When {@link #acquire()} is called,all the locks are acquired. If that fails, any paths that were acquired are released. Similarly, when {@link #release()} is called, all locks are released (failures are ignored).
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.