Package | Description |
---|---|
org.apache.jackrabbit.core.lock |
Modifier and Type | Method and Description |
---|---|
LockInfo |
LockManagerImpl.getLockInfo(NodeId id)
Return the most appropriate lock information for a node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LockManagerImpl.checkLock(LockInfo info,
Session session)
Check whether a lock info allows access to a session.
|
protected void |
LockManagerImpl.checkUnlock(LockInfo info,
Session session)
Check whether a session is allowed to unlock a node.
|
boolean |
XALockManager.differentXAEnv(LockInfo info)
Return a flag indicating whether a lock info belongs to a different
XA environment.
|
Constructor and Description |
---|
LockInfo(LockInfo that) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.