- java.lang.Object
-
- dev.jfr4jdbc.JfrDataSource42
-
- All Implemented Interfaces:
Wrapper,CommonDataSource,DataSource
- Direct Known Subclasses:
JfrDataSource
public abstract class JfrDataSource42 extends Object implements DataSource
-
-
Field Summary
Fields Modifier and Type Field Description protected DataSourcedatasourceprotected StringdataSourceLabel
-
Constructor Summary
Constructors Modifier Constructor Description protectedJfrDataSource42(DataSource datasource)protectedJfrDataSource42(DataSource datasource, InterceptorFactory interceptorFactory)protectedJfrDataSource42(DataSource datasource, InterceptorFactory interceptorFactory, String dataSourceLabel)protectedJfrDataSource42(DataSource datasource, String monitorLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectiongetConnection()ConnectiongetConnection(String username, String password)intgetLoginTimeout()PrintWritergetLogWriter()LoggergetParentLogger()ResourceMonitorgetResourceMonitor()booleanisWrapperFor(Class<?> iface)voidsetLoginTimeout(int seconds)voidsetLogWriter(PrintWriter out)<T> Tunwrap(Class<T> iface)-
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 Detail
-
datasource
protected final DataSource datasource
-
dataSourceLabel
protected final String dataSourceLabel
-
-
Constructor Detail
-
JfrDataSource42
protected JfrDataSource42(DataSource datasource)
-
JfrDataSource42
protected JfrDataSource42(DataSource datasource, String monitorLabel)
-
JfrDataSource42
protected JfrDataSource42(DataSource datasource, InterceptorFactory interceptorFactory)
-
JfrDataSource42
protected JfrDataSource42(DataSource datasource, InterceptorFactory interceptorFactory, String dataSourceLabel)
-
-
Method Detail
-
getResourceMonitor
public ResourceMonitor getResourceMonitor()
-
getConnection
public Connection getConnection() throws SQLException
- Specified by:
getConnectionin interfaceDataSource- Throws:
SQLException
-
getConnection
public Connection getConnection(String username, String password) throws SQLException
- Specified by:
getConnectionin interfaceDataSource- Throws:
SQLException
-
getLogWriter
public PrintWriter getLogWriter() throws SQLException
- Specified by:
getLogWriterin interfaceCommonDataSource- Specified by:
getLogWriterin interfaceDataSource- Throws:
SQLException
-
setLogWriter
public void setLogWriter(PrintWriter out) throws SQLException
- Specified by:
setLogWriterin interfaceCommonDataSource- Specified by:
setLogWriterin interfaceDataSource- Throws:
SQLException
-
setLoginTimeout
public void setLoginTimeout(int seconds) throws SQLException- Specified by:
setLoginTimeoutin interfaceCommonDataSource- Specified by:
setLoginTimeoutin interfaceDataSource- Throws:
SQLException
-
getLoginTimeout
public int getLoginTimeout() throws SQLException- Specified by:
getLoginTimeoutin interfaceCommonDataSource- Specified by:
getLoginTimeoutin interfaceDataSource- Throws:
SQLException
-
getParentLogger
public Logger getParentLogger() throws SQLFeatureNotSupportedException
- Specified by:
getParentLoggerin interfaceCommonDataSource- Throws:
SQLFeatureNotSupportedException
-
unwrap
public <T> T unwrap(Class<T> iface) throws SQLException
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-
isWrapperFor
public boolean isWrapperFor(Class<?> iface) throws SQLException
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-
-