C E G O S

C

ClientLocalMCF - Class in org.tranql.connector.derby
ManagedConnectionFactory that wraps a Derby ClientDataSource for use with a remote server.
ClientLocalMCF() - Constructor for class org.tranql.connector.derby.ClientLocalMCF
Default constructor for a Derby Client Local DataSource.
ClientXAMCF - Class in org.tranql.connector.derby
ManagedConnectionFactory that wraps a Derby ClientXADataSource for use with a remote server.
ClientXAMCF() - Constructor for class org.tranql.connector.derby.ClientXAMCF
Default constructor for a Derby Client XA DataSource.
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.tranql.connector.derby.EmbeddedXAMCF
 

E

EmbeddedLocalMCF - Class in org.tranql.connector.derby
ManagedConnectionFactory that wraps a Derby EmbeddedDataSource for use in-VM.
EmbeddedLocalMCF() - Constructor for class org.tranql.connector.derby.EmbeddedLocalMCF
Default constructor for a Derby Embedded Local DataSource.
EmbeddedXAMCF - Class in org.tranql.connector.derby
ManagedConnectionFactory that wraps a Derby EmbeddedXADataSource for use in-VM.
EmbeddedXAMCF() - Constructor for class org.tranql.connector.derby.EmbeddedXAMCF
Default constructor for a Derby Embedded XA DataSource.

G

getCreateDatabase() - Method in class org.tranql.connector.derby.ClientLocalMCF
Return whether the database should be created if it does not already exist.
getCreateDatabase() - Method in class org.tranql.connector.derby.ClientXAMCF
Return whether the database should be created if it does not already exist.
getCreateDatabase() - Method in class org.tranql.connector.derby.EmbeddedLocalMCF
Return whether the database should be created if it does not already exist.
getCreateDatabase() - Method in class org.tranql.connector.derby.EmbeddedXAMCF
Return whether the database should be created if it does not already exist.
getDatabaseName() - Method in class org.tranql.connector.derby.ClientLocalMCF
Return the database name.
getDatabaseName() - Method in class org.tranql.connector.derby.ClientXAMCF
Return the database name.
getDatabaseName() - Method in class org.tranql.connector.derby.EmbeddedLocalMCF
Return the database name.
getDatabaseName() - Method in class org.tranql.connector.derby.EmbeddedXAMCF
Return the database name.
getPassword() - Method in class org.tranql.connector.derby.ClientLocalMCF
Return the password credential used to establish the connection.
getPassword() - Method in class org.tranql.connector.derby.ClientXAMCF
Return the password credential used to establish the connection.
getPassword() - Method in class org.tranql.connector.derby.EmbeddedLocalMCF
Return the password credential used to establish the connection.
getPassword() - Method in class org.tranql.connector.derby.EmbeddedXAMCF
Return the password credential used to establish the connection.
getPortNumber() - Method in class org.tranql.connector.derby.ClientLocalMCF
Return the port number to connect to.
getPortNumber() - Method in class org.tranql.connector.derby.ClientXAMCF
Return the port number to connect to.
getRetrieveMessageText() - Method in class org.tranql.connector.derby.ClientLocalMCF
Return whether the client should retrieve the text of messages from the server.
getRetrieveMessageText() - Method in class org.tranql.connector.derby.ClientXAMCF
Return whether the client should retrieve the text of messages from the server.
getServerName() - Method in class org.tranql.connector.derby.ClientLocalMCF
Return the name of the server to connect to.
getServerName() - Method in class org.tranql.connector.derby.ClientXAMCF
Return the name of the server to connect to.
getShutdownDatabase() - Method in class org.tranql.connector.derby.EmbeddedLocalMCF
 
getShutdownDatabase() - Method in class org.tranql.connector.derby.EmbeddedXAMCF
 
getUserName() - Method in class org.tranql.connector.derby.ClientLocalMCF
Return the user name used to establish the connection.
getUserName() - Method in class org.tranql.connector.derby.ClientXAMCF
Return the user name used to establish the connection.
getUserName() - Method in class org.tranql.connector.derby.EmbeddedLocalMCF
Return the user name used to establish the connection.
getUserName() - Method in class org.tranql.connector.derby.EmbeddedXAMCF
Return the user name used to establish the connection.

O

org.tranql.connector.derby - package org.tranql.connector.derby
 

S

setCreateDatabase(Boolean) - Method in class org.tranql.connector.derby.ClientLocalMCF
Set whether the database should be created if it does not already exist.
setCreateDatabase(Boolean) - Method in class org.tranql.connector.derby.ClientXAMCF
Set whether the database should be created if it does not already exist.
setCreateDatabase(Boolean) - Method in class org.tranql.connector.derby.EmbeddedLocalMCF
Set whether the database should be created if it does not already exist.
setCreateDatabase(Boolean) - Method in class org.tranql.connector.derby.EmbeddedXAMCF
Set whether the database should be created if it does not already exist.
setDatabaseName(String) - Method in class org.tranql.connector.derby.ClientLocalMCF
Set the database name.
setDatabaseName(String) - Method in class org.tranql.connector.derby.ClientXAMCF
Set the database name.
setDatabaseName(String) - Method in class org.tranql.connector.derby.EmbeddedLocalMCF
Set the database name.
setDatabaseName(String) - Method in class org.tranql.connector.derby.EmbeddedXAMCF
Set the database name.
setPassword(String) - Method in class org.tranql.connector.derby.ClientLocalMCF
Set the user password credential establish the connection.
setPassword(String) - Method in class org.tranql.connector.derby.ClientXAMCF
Set the user password credential establish the connection.
setPassword(String) - Method in class org.tranql.connector.derby.EmbeddedLocalMCF
Set the user password credential establish the connection.
setPassword(String) - Method in class org.tranql.connector.derby.EmbeddedXAMCF
Set the user password credential establish the connection.
setPortNumber(Integer) - Method in class org.tranql.connector.derby.ClientLocalMCF
Set the port number to connect to.
setPortNumber(Integer) - Method in class org.tranql.connector.derby.ClientXAMCF
Set the port number to connect to.
setRetrieveMessageText(Boolean) - Method in class org.tranql.connector.derby.ClientLocalMCF
Set whether the client should retrieve the text of messages from the server.
setRetrieveMessageText(Boolean) - Method in class org.tranql.connector.derby.ClientXAMCF
Set whether the client should retrieve the text of messages from the server.
setServerName(String) - Method in class org.tranql.connector.derby.ClientLocalMCF
Set the name of the server to connect to.
setServerName(String) - Method in class org.tranql.connector.derby.ClientXAMCF
Set the name of the server to connect to.
setShutdownDatabase(String) - Method in class org.tranql.connector.derby.EmbeddedLocalMCF
Set this property if one wishes to shutdown the database identified by databaseName.
setShutdownDatabase(String) - Method in class org.tranql.connector.derby.EmbeddedXAMCF
Set this property if one wishes to shutdown the database identified by databaseName.
setUserName(String) - Method in class org.tranql.connector.derby.ClientLocalMCF
Set the user name used establish the connection.
setUserName(String) - Method in class org.tranql.connector.derby.ClientXAMCF
Set the user name used establish the connection.
setUserName(String) - Method in class org.tranql.connector.derby.EmbeddedLocalMCF
Set the user name used establish the connection.
setUserName(String) - Method in class org.tranql.connector.derby.EmbeddedXAMCF
Set the user name used establish the connection.

C E G O S

Copyright © 2006 The Codehaus. All Rights Reserved.