public interface ISMLockingFactory
ISMLocking
instances. Used
to decouple the repository internals from the repository configuration
mechanism.Modifier and Type | Method and Description |
---|---|
ISMLocking |
getISMLocking()
Creates, initializes, and returns an
ISMLocking instance
for use by the repository. |
ISMLocking getISMLocking() throws RepositoryException
ISMLocking
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 locking strategy can not be createdCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.