Interface NamedLockFactoryAdapterFactory
- All Known Implementing Classes:
NamedLockFactoryAdapterFactoryImpl
public interface NamedLockFactoryAdapterFactory
Factory for
NamedLockFactoryAdapter
.- Since:
- 1.9.1
-
Method Summary
Modifier and TypeMethodDescriptiongetAdapter
(RepositorySystemSession session) Creates or returns pre-createdNamedLockFactoryAdapter
, nevernull
.
-
Method Details
-
getAdapter
Creates or returns pre-createdNamedLockFactoryAdapter
, nevernull
.It is left at the discretion of the implementation what happens on this method call: it may create always new instances, or return the same instance. One thing is required for the implementation: to shut down any name lock factory it used during any invocation of this method.
-