Class ClosingDataSource
java.lang.Object
org.flowable.common.engine.impl.test.ClosingDataSource
- All Implemented Interfaces:
Wrapper
,CommonDataSource
,DataSource
,EngineLifecycleListener
A
DataSource
implementation for test purposes that wraps another DataSource
and makes sure that the DataSource
is closed when a Flowable engine gets closed.- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConnection
(String username, String password) int
boolean
isWrapperFor
(Class<?> iface) void
onEngineBuilt
(Engine engine) Called right after the engine has been built.void
onEngineClosed
(Engine engine) Called right after the engine has been closed.void
setLoginTimeout
(int seconds) void
setLogWriter
(PrintWriter out) <T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder
Methods inherited from interface javax.sql.DataSource
createConnectionBuilder
-
Field Details
-
dataSource
-
-
Constructor Details
-
ClosingDataSource
-
-
Method Details
-
onEngineBuilt
Description copied from interface:EngineLifecycleListener
Called right after the engine has been built.- Specified by:
onEngineBuilt
in interfaceEngineLifecycleListener
-
onEngineClosed
Description copied from interface:EngineLifecycleListener
Called right after the engine has been closed.- Specified by:
onEngineClosed
in interfaceEngineLifecycleListener
-
getConnection
- Specified by:
getConnection
in interfaceDataSource
- Throws:
SQLException
-
getConnection
- Specified by:
getConnection
in interfaceDataSource
- Throws:
SQLException
-
unwrap
- Specified by:
unwrap
in interfaceWrapper
- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperFor
in interfaceWrapper
- Throws:
SQLException
-
getLogWriter
- Specified by:
getLogWriter
in interfaceCommonDataSource
- Specified by:
getLogWriter
in interfaceDataSource
- Throws:
SQLException
-
setLogWriter
- Specified by:
setLogWriter
in interfaceCommonDataSource
- Specified by:
setLogWriter
in interfaceDataSource
- Throws:
SQLException
-
setLoginTimeout
- Specified by:
setLoginTimeout
in interfaceCommonDataSource
- Specified by:
setLoginTimeout
in interfaceDataSource
- Throws:
SQLException
-
getLoginTimeout
- Specified by:
getLoginTimeout
in interfaceCommonDataSource
- Specified by:
getLoginTimeout
in interfaceDataSource
- Throws:
SQLException
-
getParentLogger
- Specified by:
getParentLogger
in interfaceCommonDataSource
- Throws:
SQLFeatureNotSupportedException
-