Package lumis.portal.lock
Interface ILockManagerSPI
-
- All Superinterfaces:
ILockManager
- All Known Implementing Classes:
LockManager
public interface ILockManagerSPI extends ILockManager
- Since:
- 10.1.0
- Version:
- $Revision: 19963 $ $Date: 2017-02-21 19:28:29 -0300 (Tue, 21 Feb 2017) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
getRecentlyLock(long lastMilliseconds)
Return write locks for the last millisenconds-
Methods inherited from interface lumis.portal.lock.ILockManager
getLock, getReadLock, getWriteLock, unlockExpiredLocks
-
-
-
-
Method Detail
-
getRecentlyLock
Collection<String> getRecentlyLock(long lastMilliseconds) throws PortalException
Return write locks for the last millisenconds- Returns:
- Throws:
PortalException
- Since:
- 10.1.0
-
-