Package org.alfresco.repo.lock.mem
-
Interface Summary Interface Description LockStore Defines the in-memory lock storage interface.LockStoreFactory Factory to createLockStoreinstances. -
Class Summary Class Description AbstractLockStore<T extends java.util.concurrent.ConcurrentMap<org.alfresco.service.cmr.repository.NodeRef,LockState>> Base class for LockStore implementations that use a ConcurrentMap as storage.DefaultLockStoreFactory LockStoreFactoryimplementation that creates newLockStoreImplobjects.LockableAspectInterceptor NodeService interceptor to spoof the cm:lockable aspect when reading a node that has an ephemeral lock on it.LockState Value class describing the lock state of a node.LockStoreImpl LockStoreimplementation backed by a GoogleConcurrentMap. -
Enum Summary Enum Description Lifetime Specifies the lifetime of a node lock, e.g.