Class LockingDataSource

java.lang.Object
com.github.marschall.lockingdatasource.LockingDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public final class LockingDataSource extends Object implements DataSource
A DataSource where every call to getConnection() and getConnection(String, String) goes through a global lock.