Uses of Interface
org.apache.jackrabbit.core.state.ISMLockingFactory

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

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

Classes in org.apache.jackrabbit.core.config that implement ISMLockingFactory
 class VersioningConfig
          Versioning configuration.
 class WorkspaceConfig
          Workspace configuration.
 

Methods in org.apache.jackrabbit.core.config that return ISMLockingFactory
protected  ISMLockingFactory RepositoryConfigurationParser.getISMLockingFactory(Element parent)
          Returns an ISM locking factory that creates ISMLocking instances based on the given configuration.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type ISMLockingFactory
VersioningConfig(String home, FileSystemFactory fsf, PersistenceManagerConfig pmc, ISMLockingFactory ismLockingFactory)
          Creates a versioning configuration object.
WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, QueryHandlerFactory qhf, ISMLockingFactory ismLockingFactory, WorkspaceSecurityConfig workspaceSecurityConfig)
          Creates a workspace configuration object.
WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, QueryHandlerFactory qhf, ISMLockingFactory ismLockingFactory, WorkspaceSecurityConfig workspaceSecurityConfig, ImportConfig importConfig)
          Creates a workspace configuration object.
 



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