| Interface | Description |
|---|---|
| LockStore |
Defines the in-memory lock storage interface.
|
| LockStoreFactory |
Factory to create
LockStore instances. |
| Class | Description |
|---|---|
| AbstractLockStore |
Base class for LockStore implementations that use a ConcurrentMap as storage.
|
| DefaultLockStoreFactory |
LockStoreFactory implementation that creates new LockStoreImpl objects. |
| Lifetime |
Specifies the lifetime of a node lock, e.g.
|
| 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 |
LockStore implementation backed by a Google ConcurrentMap. |
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.