org.apache.openjpa.kernel
Interface LockLevels

All Known Subinterfaces:
Broker, FetchConfiguration, JDBCFetchConfiguration, JDBCLockManager, LockManager
All Known Implementing Classes:
AbstractLockManager, BrokerImpl, DelegatingBroker, DelegatingFetchConfiguration, DelegatingJDBCFetchConfiguration, DistributedBrokerImpl, FetchConfigurationImpl, FinalizingBrokerImpl, JDBCFetchConfigurationImpl, NoneLockManager, PessimisticLockManager, VersionLockManager

public interface LockLevels

Standard object lock levels.

Since:
0.4.0
Author:
Abe White

Field Summary
static int LOCK_NONE
          No lock.
static int LOCK_READ
          Generic read lock level.
static int LOCK_WRITE
          Generic write lock level.
 

Field Detail

LOCK_NONE

static final int LOCK_NONE
No lock. Value of 0.

See Also:
Constant Field Values

LOCK_READ

static final int LOCK_READ
Generic read lock level. Value of 10.

See Also:
Constant Field Values

LOCK_WRITE

static final int LOCK_WRITE
Generic write lock level. Value of 20.

See Also:
Constant Field Values


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01