org.apache.openjpa.kernel
Interface LockScopes

All Known Subinterfaces:
FetchConfiguration, JDBCFetchConfiguration
All Known Implementing Classes:
DelegatingFetchConfiguration, DelegatingJDBCFetchConfiguration, FetchConfigurationImpl, JDBCFetchConfigurationImpl

public interface LockScopes

Defines lock scope levels used for MixedLockManager.

Since:
2.0.0

Field Summary
static int LOCKSCOPE_EXTENDED
          Generic extended lock scope level.
static int LOCKSCOPE_NORMAL
          Generic Normal lock scope level.
 

Field Detail

LOCKSCOPE_NORMAL

static final int LOCKSCOPE_NORMAL
Generic Normal lock scope level. Value of 0.

See Also:
Constant Field Values

LOCKSCOPE_EXTENDED

static final int LOCKSCOPE_EXTENDED
Generic extended lock scope level. Value of 10.

See Also:
Constant Field Values


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