A C D G I M P R S U V W

A

addProp(String, Object) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Adds a property to the property list.

C

checkIsDirect() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
checkIsDirect -- check if the protocol is DirectProtocol once per CPDS
checkMaxConnections() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
enforce IBM_CPM_MAX_CONNECTIONS This is NOT synchronized; you may have to do so if necessary.

D

DSProperties - Variable in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
 

G

getAccount() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the account name/path.
getConnection() - Method in class com.ibm.u2.jdbcx.UniJDBCDataSource
Attempts to establish a connection to the data source that this DataSource object represents.
getConnection(String, String) - Method in class com.ibm.u2.jdbcx.UniJDBCDataSource
Attempts to establish a connection to the data source that this DataSource object represents.
getConnectionCount() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
get the count of connections allocated by the "DB server".
getCountry() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the country for localized error message reporting.
getCPDS() - Method in class com.ibm.u2.jdbcx.UniJDBCDataSource
 
getCPMFreeCount() - Method in class com.ibm.u2.jdbcx.UniJDBCDataSource
 
getDataSourceName() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the DataSource name.
getDBMSType() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the type of the DBMS.
getDescription() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the description of the DataSource.
getDsProperties() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Returns the Properties objects in the CoreDataSource.
getInitialPoolSize() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
IBM_CPM_INIT_POOLSIZE = initialPoolSize JDBC3.0 compliance
getLanguage() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the language for localized error message reporting.
getLoginTimeout() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Get the login timeout.
getLogWriter() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the logwriter for the DataSource.
getMaxIdleTime() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
IBM_CPM_AGELIMIT = maxIdleTime JDBC3.0 compliance
getMaxPoolSize() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
IBM_CPM_MAX_POOLSIZE = maxPoolSize JDBC3.0 compliance
getMaxStatements() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
getmaxStatements: Not implemented for JDBC 2.30
getMinPoolSize() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
IBM_CPM_MIN_POOLSIZE = minPoolSize JDBC3.0 compliance
getMsgFactory() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
 
getNetworkType() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the network type.
getODBCConfigURL() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the URL for ODBC configuration file.
getODBCDSName() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the odbc data soruce name.
getPassword() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the password of the user for connecting to the database.
getPooledConnection() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Attempt to establish a database connection.
getPooledConnection(String, String) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Attempt to establish a database connection.
getPooledConnection(String, String, UniJDBCConnectionEventListener) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Attempt to establish a database connection.
getProp(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Get the value of a property from the property list.
getPropertyCycle() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
 
getReference() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Make a reference to this UniJDBCConnectionPooledDataSource.
getReference() - Method in class com.ibm.u2.jdbcx.UniJDBCDataSource
This method implements the Referenceable interface.
getReUsableCons() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
getReUsableCons -- get the directReUsableConstructor
getServerHost() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the database server host name.
getServerPort() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the database server port number
getService() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the service.
getTraceFile() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the trace file.
getTraceLevel() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the trace-level.
getUniJDBCCPMAgeLimit() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Gets the life span of a connection in the Pool .
getUniJDBCCPMInitPoolSize() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
gets the initial number of connections to preallocate for the Pool Default is 0.
getUniJDBCCPMMaxConnections() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
gets the limit for the maximum number of connections Default is -1, meaning no limit restriction.
getUniJDBCCPMMaxPoolSize() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
gets the high water mark for the Pool.
getUniJDBCCPMMinAgeLimit() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Gets the ageLimit for connections under the minimum level Default is -1, means it lives indefinitely 0, means it lives as long as the other free connections
getUniJDBCCPMMinPoolSize() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
gets the minimum connections to maintain in the Pool.
getUniJDBCCPMServiceInterval() - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Gets the Pool service interval in milliseconds.
getUser() - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Gets the user id for connecting to the database.

I

incConnectionCount(int) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
increment/decrement the count of connections from the server.

M

mMsgFactory - Variable in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
 

P

password - Variable in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
 

R

readProperties(InputStream) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Reads the properties from an input stream
removeProperty(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Removes the property from the DataSource property list

S

setAccount(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the account.
setCountry(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the country for localized error message reporting.
setDataSourceName(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the DataSource name.
setDBMSType(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the type of the DBMS.
setDescription(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the description of the DataSource.
setInitialPoolSize(int) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
IBM_CPM_INIT_POOLSIZE = initialPoolSize JDBC3.0 compliance
setLanguage(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the language for localized error message reporting.
setLoginTimeout(int) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the login time out.
setLogWriter(PrintWriter) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the logwriter for the DataSource.
setMaxIdleTime(int) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
IBM_CPM_AGELIMIT = maxIdleTime JDBC3.0 compliance
setMaxPoolSize(int) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
IBM_CPM_MAX_POOLSIZE = maxPoolSize JDBC3.0 compliance
setMaxStatements(int) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
maxStatements - This is a parameter for statement pooling and is not implemented for JDBC 2.30
setMinPoolSize(int) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
IBM_CPM_MIN_POOLSIZE = minPoolSize JDBC3.0 compliance
setNetworkType(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the network type.
setODBCConfigURL(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the URL for odbc configuration file.
setODBCDSName(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the ODBC datasource name.
setPassword(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
sets the password of the user for connecting to the database.
setPropertyCycle(int) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
 
setReUsableCons(Constructor) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
setReUsableCons -- set the directReUsableConstructor
setServerHost(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the database server host name.
setServerPort(int) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the server port number.
setService(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the service.
setTraceFile(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the user id to be used to connect with this DataSource.
setTraceLevel(int) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the trace-level
setUniJDBCCPMAgeLimit(long) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Sets the property IBM_CPM_AGELIMIT The value limits the life of a connection in the pool.
setUniJDBCCPMInitPoolSize(int) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Sets the property IBM_CPM_INIT_POOLSIZE The value is the initial number of connections to preallocate for the Pool.
setUniJDBCCPMMaxConnections(int) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Sets the property IBM_CPM_MAX_CONNECTIONS The value is the maximum limit to the total number of Server connections for the Connection Pool Datasource.
setUniJDBCCPMMaxPoolSize(int) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Sets the property IBM_CPM_MAX_POOLSIZE The value is the high-water mark for the Pool.
setUniJDBCCPMMinAgeLimit(long) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Sets the property IBM_CPM_MIN_AGELIMIT The value is length of time in seconds in which connections under the minimum level are maintained.
setUniJDBCCPMMinPoolSize(int) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Sets the property IBM_CPM_MIN_POOLSIZE The value is the minimum number of connections to maintain in the free Pool.
setUniJDBCCPMServiceInterval(long) - Method in class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Sets the property IBM_CPM_SERVICE_INTERVAL The value is service interval in milliseconds in which the Pool Service thread will pause in between operations.
setUser(String) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Sets the user id for connecting to the database.

U

UniJDBCConnectionPoolDataSource - class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource.
UniJDBCConnectionPoolDataSource is the IBM Universe/Unidata implemenation of javax.sql.ConnectionPoolDataSource.
UniJDBCConnectionPoolDataSource() - Constructor for class com.ibm.u2.jdbcx.UniJDBCConnectionPoolDataSource
Contructor.
UniJDBCCoreDataSource - class com.ibm.u2.jdbcx.UniJDBCCoreDataSource.
UniJDBCCoreDataSource class is the abstract class from which UniJDBCDataSource and UniJDBCConnectionPoolDataSource are extended.
UniJDBCCoreDataSource() - Constructor for class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Constructor.
UniJDBCDataSource - class com.ibm.u2.jdbcx.UniJDBCDataSource.
UniJDBCDataSource class is the IBM Universe/Unidata implementation of javax.sql.DataSource.
UniJDBCDataSource() - Constructor for class com.ibm.u2.jdbcx.UniJDBCDataSource
Allocates an empty UniJDBCDataSource object.
UniJDBCDataSource(UniJDBCConnectionPoolDataSource) - Constructor for class com.ibm.u2.jdbcx.UniJDBCDataSource
Allocates an UniJDBCDataSource object using the properties of the input ConnectionPoolDataSource.
user - Variable in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
 

V

value - Variable in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
 

W

writeProperties(OutputStream) - Method in class com.ibm.u2.jdbcx.UniJDBCCoreDataSource
Writes the properties of the DataSource to an outputstream.

A C D G I M P R S U V W