| Package | Description |
|---|---|
| org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
| org.apache.jackrabbit.core.lock |
| Modifier and Type | Field and Description |
|---|---|
protected LockManager |
WorkspaceImpl.lockMgr
The
LockManager for this Workspace |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
WorkspaceImpl.getInternalLockManager()
Return the lock manager for this workspace.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockManagerImpl
Provides the functionality needed for locking and unlocking nodes.
|
class |
XALockManager
Session-local lock manager that implements the semantical changes inside
transactions.
|
| Constructor and Description |
|---|
SessionLockManager(SessionContext context,
LockManager systemLockMgr)
Creates a lock manager.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.