public interface RepositoryLockMechanismFactory
RepositoryLockMechanism
instances. Used
to decouple the repository internals from the repository configuration
mechanism.Modifier and Type | Method and Description |
---|---|
RepositoryLockMechanism |
getRepositoryLockMechanism()
Creates, configures, and returns a
RepositoryLockMechanism instance
for use by the repository. |
RepositoryLockMechanism getRepositoryLockMechanism() throws RepositoryException
RepositoryLockMechanism
instance
for use by the repository. Note that no information is passed from
the client, so all required configuration information must be
encapsulated in the factory.RepositoryException
- if the repository lock mechanism can not be createdCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.