Copyright© 2008-2026 Sitevision AB, all rights reserved.
| Package | Description |
|---|---|
| javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
| javax.jcr.lock |
Provides interfaces and classes for content repository locking functionality.
|
| Modifier and Type | Method and Description |
|---|---|
Lock |
Node.getLock()
Deprecated.
As of JCR 2.0,
LockManager.getLock(String) should be
used instead. |
Lock |
Node.lock(boolean isDeep,
boolean isSessionScoped)
Deprecated.
As of JCR 2.0,
LockManager.lock(String, boolean,
boolean, long, String) should be used instead. |
| Modifier and Type | Method and Description |
|---|---|
Lock |
LockManager.getLock(String absPath)
Returns the
Lock object that applies to the node at the
specified absPath. |
Lock |
LockManager.lock(String absPath,
boolean isDeep,
boolean isSessionScoped,
long timeoutHint,
String ownerInfo)
Places a lock on the node at
absPath. |
Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.