|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tranql.connector.jdbc.AbstractXADataSourceMCF
org.tranql.connector.derby.ClientXAMCF
public class ClientXAMCF
ManagedConnectionFactory that wraps a Derby ClientXADataSource for use with a remote server.
| Field Summary |
|---|
| Fields inherited from class org.tranql.connector.jdbc.AbstractXADataSourceMCF |
|---|
exceptionSorter, xaDataSource |
| Constructor Summary | |
|---|---|
ClientXAMCF()
Default constructor for a Derby Client XA DataSource. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getCreateDatabase()
Return whether the database should be created if it does not already exist. |
java.lang.String |
getDatabaseName()
Return the database name. |
java.lang.String |
getPassword()
Return the password credential used to establish the connection. |
java.lang.Integer |
getPortNumber()
Return the port number to connect to. |
java.lang.Boolean |
getRetrieveMessageText()
Return whether the client should retrieve the text of messages from the server. |
java.lang.String |
getServerName()
Return the name of the server to connect to. |
java.lang.String |
getUserName()
Return the user name used to establish the connection. |
void |
setCreateDatabase(java.lang.Boolean create)
Set whether the database should be created if it does not already exist. |
void |
setDatabaseName(java.lang.String name)
Set the database name. |
void |
setPassword(java.lang.String password)
Set the user password credential establish the connection. |
void |
setPortNumber(java.lang.Integer port)
Set the port number to connect to. |
void |
setRetrieveMessageText(java.lang.Boolean b)
Set whether the client should retrieve the text of messages from the server. |
void |
setServerName(java.lang.String serverName)
Set the name of the server to connect to. |
void |
setUserName(java.lang.String user)
Set the user name used establish the connection. |
| Methods inherited from class org.tranql.connector.jdbc.AbstractXADataSourceMCF |
|---|
createConnectionFactory, createConnectionFactory, createManagedConnection, equals, getLoginTimeout, getLogWriter, getPhysicalConnection, hashCode, matchManagedConnections, setLoginTimeout, setLogWriter, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClientXAMCF()
| Method Detail |
|---|
public java.lang.String getUserName()
public void setUserName(java.lang.String user)
user - the user name used to establish the connection; may be nullpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - the password credential used to establish the connection; may be nullpublic java.lang.String getServerName()
public void setServerName(java.lang.String serverName)
serverName - the name of the server to connect topublic java.lang.Integer getPortNumber()
public void setPortNumber(java.lang.Integer port)
port - the port number to connect topublic java.lang.String getDatabaseName()
public void setDatabaseName(java.lang.String name)
name - the database namepublic java.lang.Boolean getCreateDatabase()
public void setCreateDatabase(java.lang.Boolean create)
create - TRUE if the database should be createdpublic java.lang.Boolean getRetrieveMessageText()
public void setRetrieveMessageText(java.lang.Boolean b)
b - whether the client should retrieve the text of messages from the server
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||