A lock provider that delegates the work to another {@link LockProvider} instance, which needs to be configured by calling{@link #setDelegate(LockProvider)}.
GeoServer is configured with a single globalLockProvider for use by the application. This instance is configured with an appropriate bean instance as configured by the user.
@author Andrea Aime - GeoSolutions
@author Jody Garnett (Boundless)
throw new IllegalStateException("Found "+lockProviderName+"("+provider.getClass().getName()+") in application context, but it was not a LockProvider");
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.