org.firebirdsql.jca
Class FBXADataSource

java.lang.Object
  extended by org.firebirdsql.ds.RootCommonDataSource
      extended by org.firebirdsql.jca.FBXADataSource
All Implemented Interfaces:
javax.sql.CommonDataSource, javax.sql.XADataSource

Deprecated. Use FBXADataSource

public class FBXADataSource
extends RootCommonDataSource
implements javax.sql.XADataSource

A simple non-pooling XADataSource implementation.

Version:
1.0
Author:
Ludovic Orban

Constructor Summary
FBXADataSource()
          Deprecated.  
 
Method Summary
 java.lang.String getDatabase()
          Deprecated.  
 int getLoginTimeout()
          Deprecated.  
 java.lang.String getPassword()
          Deprecated.  
 java.lang.String getUser()
          Deprecated.  
 javax.sql.XAConnection getXAConnection()
          Deprecated.  
 javax.sql.XAConnection getXAConnection(java.lang.String user, java.lang.String password)
          Deprecated.  
 void setDatabase(java.lang.String database)
          Deprecated.  
 void setLoginTimeout(int timeout)
          Deprecated.  
 void setPassword(java.lang.String password)
          Deprecated.  
 void setUser(java.lang.String user)
          Deprecated.  
 
Methods inherited from class org.firebirdsql.ds.RootCommonDataSource
getLogWriter, getParentLogger, setLogWriter
 
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
getLogWriter, setLogWriter
 

Constructor Detail

FBXADataSource

public FBXADataSource()
Deprecated. 
Method Detail

getPassword

public java.lang.String getPassword()
Deprecated. 

setPassword

public void setPassword(java.lang.String password)
Deprecated. 

getDatabase

public java.lang.String getDatabase()
Deprecated. 

setDatabase

public void setDatabase(java.lang.String database)
Deprecated. 

getUser

public java.lang.String getUser()
Deprecated. 

setUser

public void setUser(java.lang.String user)
Deprecated. 

getXAConnection

public javax.sql.XAConnection getXAConnection()
                                       throws java.sql.SQLException
Deprecated. 
Specified by:
getXAConnection in interface javax.sql.XADataSource
Throws:
java.sql.SQLException

getXAConnection

public javax.sql.XAConnection getXAConnection(java.lang.String user,
                                              java.lang.String password)
                                       throws java.sql.SQLException
Deprecated. 
Specified by:
getXAConnection in interface javax.sql.XADataSource
Throws:
java.sql.SQLException

getLoginTimeout

public int getLoginTimeout()
                    throws java.sql.SQLException
Deprecated. 
Specified by:
getLoginTimeout in interface javax.sql.CommonDataSource
Throws:
java.sql.SQLException

setLoginTimeout

public void setLoginTimeout(int timeout)
                     throws java.sql.SQLException
Deprecated. 
Specified by:
setLoginTimeout in interface javax.sql.CommonDataSource
Throws:
java.sql.SQLException


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.