Java org.apache.commons.transaction.locking MultiLevelLock fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.transaction.locking MultiLevelLock fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.transaction.locking MultiLevelLock.

The text is from its open source code.

Method

booleanacquire(Object ownerId, int targetLockLevel, boolean wait, boolean reentrant, long timeoutMSecs)
Tries to acquire a certain lock level on this lock.
booleanrelease(Object ownerId)
Releases any lock levels the specified owner may hold on this lock.