Package ru.curs.celesta
Class DatasourceConnectionPool
java.lang.Object
ru.curs.celesta.DatasourceConnectionPool
- All Implemented Interfaces:
AutoCloseable,ConnectionPool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()get()booleanisClosed()voidsetDbAdaptor(DBAdaptor dbAdaptor) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.curs.celesta.ConnectionPool
commit
-
Constructor Details
-
DatasourceConnectionPool
-
-
Method Details
-
get
- Specified by:
getin interfaceConnectionPool
-
setDbAdaptor
- Specified by:
setDbAdaptorin interfaceConnectionPool
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceConnectionPool
-
isClosed
public boolean isClosed()- Specified by:
isClosedin interfaceConnectionPool
-