Interface DocumentLockManagerRemote
- All Known Subinterfaces:
DocumentLockManagerLocal
public interface DocumentLockManagerRemote
Interface for Kernel Document Lock Manager.
Method are deliberately undocumented.
Do not use this interface in plug-ins.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptiongetAllLocks(String path) booleanbooleanbooleanbooleanlock(javax.jcr.Session jcrSession, String sessionId, String path, String lockUser, String lockRemoteAddress) switchLocksToNewSession(String newSessionID, String oldSessionID) booleanboolean
-
Method Details
-
isLocked
- Throws:
DocumentLockManagerException
-
isLocked
-
lock
boolean lock(String sessionId, String path, String lockUser, String lockRemoteAddress) throws DocumentLockManagerException - Throws:
DocumentLockManagerException
-
lock
boolean lock(javax.jcr.Session jcrSession, String sessionId, String path, String lockUser, String lockRemoteAddress) throws DocumentLockManagerException - Throws:
DocumentLockManagerException
-
unlock
- Throws:
DocumentLockManagerException
-
unlock
- Throws:
DocumentLockManagerException
-
getLock
- Throws:
DocumentLockManagerException
-
getLock
-
getAllLocks
-
switchLocksToNewSession
-