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 RepositoryLockMechanismRepositoryConfig. 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 classCooperativeFileLockThe file lock is used to ensure a resource is only open once at any time.classRepositoryLockExclusive lock on a repository home directory.Methods in org.apache.jackrabbit.core.util that return RepositoryLockMechanism Modifier and Type Method Description RepositoryLockMechanismRepositoryLockMechanismFactory. getRepositoryLockMechanism()Creates, configures, and returns aRepositoryLockMechanisminstance for use by the repository. 
 -