Example usage for org.apache.commons.transaction.locking GenericLockManager subclass-usage

List of usage examples for org.apache.commons.transaction.locking GenericLockManager subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.transaction.locking GenericLockManager subclass-usage.

Usage

From source file org.apache.ojb.broker.locking.CommonsOJBLockManager.java

/**
 * Extension of {@link org.apache.commons.transaction.locking.GenericLockManager} to
 * support all locking isolation level defined in OJB locking api and a provider of
 * specific {@link org.apache.commons.transaction.locking.GenericLock} implementation classes
 * representing the isolation levels specified in {@link org.apache.ojb.broker.locking.LockManager}, like
 * {@link org.apache.ojb.broker.locking.LockManager#IL_READ_COMMITTED}, ... .