|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||