|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.test.jca.adapter.MockedXADataSource
Nested Class Summary | |
class |
MockedXADataSource.MockedXAConnection (src)
|
Constructor Summary | |
MockedXADataSource()
|
Method Summary | |
static MockedXADataSource (src) |
getInstance(java.lang.String url)
|
int |
getLoginTimeout()
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database. |
java.io.PrintWriter |
getLogWriter()
Get the log writer for this data source. |
java.lang.String |
getURL()
|
static java.lang.String[] |
getUrls()
|
XAConnection (src) |
getXAConnection()
Attempt to establish a database connection. |
XAConnection (src) |
getXAConnection(java.lang.String user,
java.lang.String password)
Attempt to establish a database connection. |
void |
setLoginTimeout(int seconds)
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database. |
void |
setLogWriter(java.io.PrintWriter out)
Set the log writer for this data source. |
void |
setURL(java.lang.String url)
|
static void |
start(java.lang.String url)
|
static void |
stop(java.lang.String url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MockedXADataSource()
Method Detail |
public static MockedXADataSource (src) getInstance(java.lang.String url)
public static void stop(java.lang.String url)
public static void start(java.lang.String url)
public static java.lang.String[] getUrls()
public java.lang.String getURL()
public void setURL(java.lang.String url)
public int getLoginTimeout() throws java.sql.SQLException
XADataSource (src)
getLoginTimeout
in interface XADataSource (src)
java.sql.SQLException
- - if a database-access error occurs.public void setLoginTimeout(int seconds) throws java.sql.SQLException
XADataSource (src)
setLoginTimeout
in interface XADataSource (src)
seconds
- - the data source login time limit
java.sql.SQLException
- - if a database-access error occurs.public java.io.PrintWriter getLogWriter() throws java.sql.SQLException
XADataSource (src)
Get the log writer for this data source.
The log writer is a character output stream to which all logging and tracing messages for this data source object instance will be printed. This includes messages printed by the methods of this object, messages printed by methods of other objects manufactured by this object, and so on. Messages printed to a data source specific log writer are not printed to the log writer associated with the java.sql.Drivermanager class. When a data source object is created the log writer is initially null, in other words, logging is disabled.
getLogWriter
in interface XADataSource (src)
java.sql.SQLException
- - if a database-access error occurs.public void setLogWriter(java.io.PrintWriter out) throws java.sql.SQLException
XADataSource (src)
Set the log writer for this data source.
The log writer is a character output stream to which all logging and tracing messages for this data source object instance will be printed. This includes messages printed by the methods of this object, messages printed by methods of other objects manufactured by this object, and so on. Messages printed to a data source specific log writer are not printed to the log writer associated with the java.sql.Drivermanager class. When a data source object is created the log writer is initially null, in other words, logging is disabled.
setLogWriter
in interface XADataSource (src)
out
- - the new log writer; to disable, set to null
java.sql.SQLException
- - if a database-access error occurs.public XAConnection (src) getXAConnection() throws java.sql.SQLException
XADataSource (src)
getXAConnection
in interface XADataSource (src)
java.sql.SQLException
- - if a database-access error occurs.public XAConnection (src) getXAConnection(java.lang.String user, java.lang.String password) throws java.sql.SQLException
XADataSource (src)
getXAConnection
in interface XADataSource (src)
user
- - the database user on whose behalf the Connection is being madepassword
- - the user's password
java.sql.SQLException
- - if a database-access error occurs.
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |