org.perf.log.filter.sql
Class DerbyConnectionPoolDataSourceXAInterceptor

java.lang.Object
  extended by org.apache.derby.jdbc.ReferenceableDataSource
      extended by org.apache.derby.jdbc.EmbeddedDataSource
          extended by org.apache.derby.jdbc.EmbeddedXADataSource
              extended by org.perf.log.filter.sql.DerbyConnectionPoolDataSourceXAInterceptor
All Implemented Interfaces:
java.io.Serializable, java.sql.Wrapper, javax.naming.Referenceable, javax.naming.spi.ObjectFactory, javax.sql.CommonDataSource, javax.sql.DataSource, javax.sql.XADataSource

public class DerbyConnectionPoolDataSourceXAInterceptor
extends org.apache.derby.jdbc.EmbeddedXADataSource

See Also:
Serialized Form

Constructor Summary
DerbyConnectionPoolDataSourceXAInterceptor()
           
 
Method Summary
 
Methods inherited from class org.apache.derby.jdbc.EmbeddedXADataSource
getXAConnection, getXAConnection
 
Methods inherited from class org.apache.derby.jdbc.EmbeddedDataSource
equals, getAttributesAsPassword, getConnection, getConnection, getConnectionAttributes, getCreateDatabase, getShutdownDatabase, setAttributesAsPassword, setConnectionAttributes, setCreateDatabase, setShutdownDatabase
 
Methods inherited from class org.apache.derby.jdbc.ReferenceableDataSource
getDatabaseName, getDataSourceName, getDescription, getLoginTimeout, getLogWriter, getObjectInstance, getPassword, getReference, getUser, setDatabaseName, setDataSourceName, setDescription, setLoginTimeout, setLogWriter, setPassword, setUser
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.sql.CommonDataSource
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Constructor Detail

DerbyConnectionPoolDataSourceXAInterceptor

public DerbyConnectionPoolDataSourceXAInterceptor()