Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.resource.adapter » jdbc » [javadoc | source]
org.jboss.resource.adapter.jdbc
public class: WrapperDataSource [javadoc | source]
java.lang.Object
   org.jboss.resource.adapter.jdbc.JBossWrapper
      org.jboss.resource.adapter.jdbc.WrapperDataSource

All Implemented Interfaces:
    DataSource, javax.resource.Referenceable, Serializable

WrapperDataSource
Field Summary
static final  long serialVersionUID     
Constructor:
 protected WrapperDataSource(BaseWrapperManagedConnectionFactory mcf,
    ConnectionManager cm) 
Method from org.jboss.resource.adapter.jdbc.WrapperDataSource Summary:
checkTransactionActive,   getConnection,   getConnection,   getLogWriter,   getLoginTimeout,   getReference,   getTimeLeftBeforeTransactionTimeout,   setLogWriter,   setLoginTimeout,   setReference
Methods from org.jboss.resource.adapter.jdbc.JBossWrapper:
getWrappedObject,   isWrapperFor,   unwrap
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.resource.adapter.jdbc.WrapperDataSource Detail:
 protected  void checkTransactionActive() throws SQLException 
    Check whether a tranasction is active
 public Connection getConnection() throws SQLException 
 public Connection getConnection(String user,
    String password) throws SQLException 
 public PrintWriter getLogWriter() throws SQLException 
 public int getLoginTimeout() throws SQLException 
 public Reference getReference() 
 protected int getTimeLeftBeforeTransactionTimeout() throws SQLException 
 public  void setLogWriter(PrintWriter param1) throws SQLException 
 public  void setLoginTimeout(int param1) throws SQLException 
 public  void setReference(Reference reference)