Interface NamedLockFactorySelector
-
- All Known Implementing Classes:
NamedLockFactorySelectorSupport,SimpleNamedLockFactorySelector
public interface NamedLockFactorySelectorSelector forNamedLockFactoryandNameMapperthat selects and exposes selected ones. Essentially all the named locks configuration is here. Implementations may use different strategies to perform selection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedLockFactorygetSelectedNamedLockFactory()Returns the selectedNamedLockFactory, never null.NameMappergetSelectedNameMapper()Returns the selectedNameMapper, never null.
-
-
-
Method Detail
-
getSelectedNamedLockFactory
NamedLockFactory getSelectedNamedLockFactory()
Returns the selectedNamedLockFactory, never null.
-
getSelectedNameMapper
NameMapper getSelectedNameMapper()
Returns the selectedNameMapper, never null.
-
-