|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.firebirdsql.ds.RootCommonDataSource
org.firebirdsql.jca.FBXADataSource
FBXADataSource
public class FBXADataSource
A simple non-pooling XADataSource implementation.
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 |
---|
public FBXADataSource()
Method Detail |
---|
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public java.lang.String getDatabase()
public void setDatabase(java.lang.String database)
public java.lang.String getUser()
public void setUser(java.lang.String user)
public javax.sql.XAConnection getXAConnection() throws java.sql.SQLException
getXAConnection
in interface javax.sql.XADataSource
java.sql.SQLException
public javax.sql.XAConnection getXAConnection(java.lang.String user, java.lang.String password) throws java.sql.SQLException
getXAConnection
in interface javax.sql.XADataSource
java.sql.SQLException
public int getLoginTimeout() throws java.sql.SQLException
getLoginTimeout
in interface javax.sql.CommonDataSource
java.sql.SQLException
public void setLoginTimeout(int timeout) throws java.sql.SQLException
setLoginTimeout
in interface javax.sql.CommonDataSource
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |