Class LockServiceFactory
java.lang.Object
overit.geocallapp.wfm.scheduling.bl.lock.LockServiceFactory
The LockServiceFactory class is responsible for creating instances of the
LockService interface based on the specified type. This factory pattern
allows for easy switching between different lock service implementations
(e.g., Redis or database) without changing the client code.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LockServiceFactory
public LockServiceFactory()
-
-
Method Details
-
getLockService
- Throws:
DAValidateException
-