|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbitronix.tm.resource.common.ResourceBean
bitronix.tm.resource.jdbc.PoolingDataSource
Implementation of a JDBC DataSource wrapping vendor's XADataSource implementation.
| Constructor Summary | |
PoolingDataSource()
|
|
| Method Summary | |
void |
close()
Release this XAResourceProducer's internal resources. |
XAStatefulHolder |
createPooledConnection(java.lang.Object xaFactory,
ResourceBean bean)
Create a XAStatefulHolder that will be placed in an XAPool. |
void |
endRecovery()
Release internal resources held after call to startRecovery(). |
XAResourceHolder |
findXAResourceHolder(javax.transaction.xa.XAResource xaResource)
Find in the XAResourceHolders created by this XAResourceProducer the one which this
XAResource belongs to. |
java.sql.Connection |
getConnection()
|
java.sql.Connection |
getConnection(java.lang.String username,
java.lang.String password)
|
java.lang.String |
getIsolationLevel()
|
int |
getLoginTimeout()
|
java.io.PrintWriter |
getLogWriter()
|
int |
getPreparedStatementCacheSize()
|
javax.naming.Reference |
getReference()
PoolingDataSource must alway have a unique name so this method builds a reference to this object using
the unique name as RefAddr. |
java.lang.String |
getTestQuery()
|
void |
init()
Initializes the pool by creating the initial amount of connections. |
void |
setFailed(boolean failed)
Mark this resource producer as failed or not. |
void |
setIsolationLevel(java.lang.String isolationLevel)
|
void |
setLoginTimeout(int seconds)
|
void |
setLogWriter(java.io.PrintWriter out)
|
void |
setPreparedStatementCacheSize(int preparedStatementCacheSize)
|
void |
setTestQuery(java.lang.String testQuery)
When set, the specified query will be executed on the connection acquired from the pool before being handed to the caller. |
XAResourceHolderState |
startRecovery()
Prepare the recoverable XAResource producer for recovery. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface bitronix.tm.resource.common.XAResourceProducer |
getUniqueName |
| Constructor Detail |
public PoolingDataSource()
| Method Detail |
public void init()
init in interface XAResourceProducerpublic java.lang.String getTestQuery()
public void setTestQuery(java.lang.String testQuery)
testQuery - the query that will be used to test connections.public int getPreparedStatementCacheSize()
public void setPreparedStatementCacheSize(int preparedStatementCacheSize)
public java.lang.String getIsolationLevel()
public void setIsolationLevel(java.lang.String isolationLevel)
public java.sql.Connection getConnection()
throws java.sql.SQLException
getConnection in interface javax.sql.DataSourcejava.sql.SQLException
public java.sql.Connection getConnection(java.lang.String username,
java.lang.String password)
throws java.sql.SQLException
getConnection in interface javax.sql.DataSourcejava.sql.SQLExceptionpublic java.lang.String toString()
public XAResourceHolderState startRecovery()
throws RecoveryException
XAResourceProducerXAResource producer for recovery.
startRecovery in interface XAResourceProducerXAResourceHolderState object that can be used to call recover().
RecoveryException - thrown when a XAResourceHolderState cannot be acquired.
public void endRecovery()
throws RecoveryException
XAResourceProducerstartRecovery().
endRecovery in interface XAResourceProducerRecoveryException - thrown when an error occured while releasing reserved resources.public void setFailed(boolean failed)
XAResourceProducer
setFailed in interface XAResourceProducerfailed - true is the resource must be considered failed, false it it must be considered sane.public void close()
XAResourceProducerXAResourceProducer's internal resources.
close in interface XAResourceProducer
public XAStatefulHolder createPooledConnection(java.lang.Object xaFactory,
ResourceBean bean)
throws java.lang.Exception
XAResourceProducerXAStatefulHolder that will be placed in an XAPool.
createPooledConnection in interface XAResourceProducerxaFactory - the vendor's resource-specific XA factory.bean - the resource-specific bean describing the resource parameters.
XAStatefulHolder that will be placed in an XAPool.
java.lang.Exception - thrown when the XAStatefulHolder cannot be created.public XAResourceHolder findXAResourceHolder(javax.transaction.xa.XAResource xaResource)
XAResourceProducerXAResourceHolders created by this XAResourceProducer the one which this
XAResource belongs to.
findXAResourceHolder in interface XAResourceProducerxaResource - the XAResource to look for.
XAResourceHolder or null if the XAResource does not belong to this
XAResourceProducer.
public javax.naming.Reference getReference()
throws javax.naming.NamingException
PoolingDataSource must alway have a unique name so this method builds a reference to this object using
the unique name as RefAddr.
getReference in interface javax.naming.ReferenceablePoolingDataSource.
javax.naming.NamingException
public int getLoginTimeout()
throws java.sql.SQLException
getLoginTimeout in interface javax.sql.DataSourcejava.sql.SQLException
public void setLoginTimeout(int seconds)
throws java.sql.SQLException
setLoginTimeout in interface javax.sql.DataSourcejava.sql.SQLException
public java.io.PrintWriter getLogWriter()
throws java.sql.SQLException
getLogWriter in interface javax.sql.DataSourcejava.sql.SQLException
public void setLogWriter(java.io.PrintWriter out)
throws java.sql.SQLException
setLogWriter in interface javax.sql.DataSourcejava.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||