Uses of Interface
org.apache.jackrabbit.core.util.RepositoryLockMechanism

Packages that use RepositoryLockMechanism
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
org.apache.jackrabbit.core.util   
 

Uses of RepositoryLockMechanism in org.apache.jackrabbit.core.config
 

Methods in org.apache.jackrabbit.core.config that return RepositoryLockMechanism
 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
 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
 RepositoryLockMechanism RepositoryLockMechanismFactory.getRepositoryLockMechanism()
          Creates, configures, and returns a RepositoryLockMechanism instance for use by the repository.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.