SessionLockManager
implements the {@link javax.jcr.lock.LockManager}. In contrast to the internal {@link LockManager} interface that is created oncefor each WorkspaceInfo
, the JSR 283 LockManager
is associated with a single Session
and its Workspace
.
@see javax.jcr.Workspace#getLockManager()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|