Uses of Interface
org.apache.jackrabbit.core.util.RepositoryLockMechanism
-
Packages that use RepositoryLockMechanism Package Description org.apache.jackrabbit.core.config org.apache.jackrabbit.core.util -
-
Uses of RepositoryLockMechanism in org.apache.jackrabbit.core.config
Methods in org.apache.jackrabbit.core.config that return RepositoryLockMechanism Modifier and Type Method Description RepositoryLockMechanism
RepositoryConfig. getRepositoryLockMechanism()
Creates and returns the configured repository lock mechanism. -
Uses of RepositoryLockMechanism in org.apache.jackrabbit.core.util
Classes in org.apache.jackrabbit.core.util that implement RepositoryLockMechanism Modifier and Type Class Description class
CooperativeFileLock
The file lock is used to ensure a resource is only open once at any time.class
RepositoryLock
Exclusive lock on a repository home directory.Methods in org.apache.jackrabbit.core.util that return RepositoryLockMechanism Modifier and Type Method Description RepositoryLockMechanism
RepositoryLockMechanismFactory. getRepositoryLockMechanism()
Creates, configures, and returns aRepositoryLockMechanism
instance for use by the repository.
-