Class DefaultCloseableDataSource
- java.lang.Object
-
- org.apereo.cas.configuration.support.DefaultCloseableDataSource
-
- All Implemented Interfaces:
java.sql.Wrapper,javax.sql.CommonDataSource,javax.sql.DataSource,CloseableDataSource,org.springframework.beans.factory.DisposableBean
public class DefaultCloseableDataSource extends java.lang.Object implements CloseableDataSource
This isDefaultCloseableDataSource.- Since:
- 6.4.0
-
-
Constructor Summary
Constructors Constructor Description DefaultCloseableDataSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apereo.cas.configuration.support.CloseableDataSource
destroy, getTargetDataSource
-
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLogger
-
-
-
-
Method Detail
-
close
public void close() throws java.io.IOExceptionDescription copied from interface:CloseableDataSourceClose.- Specified by:
closein interfaceCloseableDataSource- Throws:
java.io.IOException- the io exception
-
-