|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lock | |
---|---|
com.atlassian.confluence.cache | |
com.atlassian.confluence.cluster | |
com.atlassian.confluence.cluster.coherence | |
com.atlassian.confluence.cluster.nonclustered | Implementations for cluster interfaces when no cluster is present. |
com.atlassian.confluence.concurrent |
Uses of Lock in com.atlassian.confluence.cache |
---|
Methods in com.atlassian.confluence.cache that return Lock | |
---|---|
Lock |
TransactionalCacheFactory.getLock(java.lang.String cacheName)
|
Uses of Lock in com.atlassian.confluence.cluster |
---|
Subinterfaces of Lock in com.atlassian.confluence.cluster | |
---|---|
interface |
ClusteredLock
A clustered lock for locking of shared cluster resources |
Uses of Lock in com.atlassian.confluence.cluster.coherence |
---|
Classes in com.atlassian.confluence.cluster.coherence that implement Lock | |
---|---|
class |
TangosolClusteredLock
Tangosol implementation of a ClusteredLock |
Methods in com.atlassian.confluence.cluster.coherence that return Lock | |
---|---|
Lock |
TangosolClusterManager.getLock(java.lang.String key)
|
Uses of Lock in com.atlassian.confluence.cluster.nonclustered |
---|
Methods in com.atlassian.confluence.cluster.nonclustered that return Lock | |
---|---|
Lock |
NonClusterManager.getLock(java.lang.String name)
|
Uses of Lock in com.atlassian.confluence.concurrent |
---|
Methods in com.atlassian.confluence.concurrent that return Lock | |
---|---|
Lock |
LockFactory.getLock(java.lang.String name)
Get a lock -- getting the lock does *not* imply that it has been acquired. |
Constructors in com.atlassian.confluence.concurrent with parameters of type Lock | |
---|---|
LockAdapter(Lock delegate)
|
|
LockOperation(Lock lock)
|
|
LockOperationWithoutResult(Lock lock)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |