A B C D E F G H I J L M N O P Q R S T U V W X

A

absolute(int) - Method in class com.codestudio.sql.PoolManResultSet
Move the cursor to a specific row number.
acceptsURL(String) - Method in class com.codestudio.sql.PoolMan
 
acceptsURLString(String) - Static method in class com.codestudio.sql.PoolMan
 
addBatch() - Method in class com.codestudio.sql.PoolManPreparedStatement
 
addBatch(String) - Method in class com.codestudio.sql.PoolManStatement
 
addConnectionEventListener(ConnectionEventListener) - Method in class com.codestudio.sql.PoolManConnection
 
addPool(String, ObjectPool) - Method in class com.codestudio.util.PoolManager
 
addRow(ArrayList) - Method in class com.codestudio.bean.struts.PoolManResultsBean
 
afterLast() - Method in class com.codestudio.sql.PoolManResultSet
Move the cursor one step beyond the final row.
ALL_DB_NAMES - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
allDatabaseNames - Variable in class com.codestudio.bean.struts.PoolManActionFormBean
 
AVAIL_CONS - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
available - Variable in class com.codestudio.management.ObjectPoolService
 
availableCons - Variable in class com.codestudio.bean.struts.PoolManMetricsBean
 

B

beforeFirst() - Method in class com.codestudio.sql.PoolManResultSet
Move the cursor one step before the first row.

C

cachechecker - Variable in class com.codestudio.util.SQLCache
 
cacheResult(String, ResultSet) - Method in class com.codestudio.util.SQLCache
Cache a result.
CacheThread - class com.codestudio.util.CacheThread.
The Thread that manages refreshes of the SQL query cache.
CacheThread(JDBCPool, SQLCache, long) - Constructor for class com.codestudio.util.CacheThread
 
cancel() - Method in class com.codestudio.sql.PoolManStatement
 
cancelRowUpdates() - Method in class com.codestudio.sql.PoolManResultSet
Clear the updates made to the current row.
characters(char[], int, int) - Method in class com.codestudio.management.ConfigParser
 
checkCredentials(String, String) - Method in class com.codestudio.util.JDBCPool
 
checkCredentials(String, String, String) - Method in class com.codestudio.util.SQLManager
 
checkIn(Object) - Method in class com.codestudio.util.ObjectPool
Checks an object back into the pool.
checkOut() - Method in class com.codestudio.util.ObjectPool
Checkout cycles through the available objects and returns the first valid object it finds.
checkTimeout() - Method in class com.codestudio.util.ObjectPool
Determine whether locked objects have timed out and should be checked back in.
clean() - Method in interface com.codestudio.util.PooledObject
Remove an object's caller state
clean() - Method in class com.codestudio.sql.PoolManStatement
Close any lingering ResultSets.
clean() - Method in class com.codestudio.sql.PoolManConnection
Close any lingering Statements and ResutSets, and restore default values for isolation level and autocommit, committing or rolling back any existing unsaved changes.
cleanUp() - Method in class com.codestudio.util.ObjectPool
Remove timed-out objects from the pool, called by PoolSkimmerThread.
clearBatch() - Method in class com.codestudio.sql.PoolManStatement
 
clearParameters() - Method in class com.codestudio.sql.PoolManPreparedStatement
 
clearWarnings() - Method in class com.codestudio.sql.PoolManStatement
 
clearWarnings() - Method in class com.codestudio.sql.PoolManResultSet
 
clearWarnings() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
clearWarnings() - Method in class com.codestudio.sql.PoolManConnection
 
cloneSet() - Method in class com.codestudio.sql.PoolManResultSet
 
close() - Method in class com.codestudio.sql.PoolManStatement
 
close() - Method in class com.codestudio.sql.PoolManPreparedStatement
 
close() - Method in class com.codestudio.sql.PoolManResultSet
 
close() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
close() - Method in class com.codestudio.sql.PoolManConnection
Close the physical Connection.
closeAll() - Method in class com.codestudio.sql.PoolManConnection
 
closeAllResources() - Method in class com.codestudio.util.ObjectPool
Close all resources in the pool.
closeAllResources() - Method in class com.codestudio.util.JDBCPool
Overriden in order to ensure that JNDI resources are disposed of properly.
closeAllResources() - Method in interface com.codestudio.util.PooledObject
Disassociate resource references from this object
closeAllResources() - Method in class com.codestudio.sql.PoolManStatement
 
closeAllResources() - Method in class com.codestudio.sql.PoolManConnection
 
closeConnection(Connection) - Static method in class com.codestudio.util.JDBCPool
 
closed - Variable in class com.codestudio.sql.PoolManStatement
 
closeResources(Connection, Statement, ResultSet) - Static method in class com.codestudio.util.JDBCPool
Static method that closes the Connection, Statement and ResultSets in one place.
closeResources(Statement, ResultSet) - Static method in class com.codestudio.util.SQLManager
Static method that closes the statement and result sets in one place; this is here as a convenience to shorten the finally block in statements.
closeResources(Statement, ResultSet) - Static method in class com.codestudio.util.JDBCPool
Static method that closes the statement and result sets in one place; this is here as a convenience to shorten the finally block in statements.
closeResultSet(ResultSet) - Static method in class com.codestudio.util.SQLManager
This method closes the given resultset.
closeResultSet(ResultSet) - Static method in class com.codestudio.util.JDBCPool
This method closes the given ResultSet.
closeStatement(Statement) - Static method in class com.codestudio.util.SQLManager
Closes the given statement.
closeStatement(Statement) - Static method in class com.codestudio.util.JDBCPool
Closes the given statement.
collectResources(Statement, ResultSet) - Method in class com.codestudio.util.SQLManager
 
colName - Variable in class com.codestudio.sql.Result
 
colValue - Variable in class com.codestudio.sql.Result
 
com.codestudio - package com.codestudio
 
com.codestudio.bean - package com.codestudio.bean
 
com.codestudio.bean.struts - package com.codestudio.bean.struts
 
com.codestudio.bean.velocity - package com.codestudio.bean.velocity
 
com.codestudio.management - package com.codestudio.management
 
com.codestudio.sql - package com.codestudio.sql
 
com.codestudio.util - package com.codestudio.util
 
commit() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
commit() - Method in class com.codestudio.sql.PoolManConnection
 
con - Variable in class com.codestudio.util.GenericPool
 
ConfigParser - class com.codestudio.management.ConfigParser.
SAXParser used by Configurator to parse the poolman.xml file.
ConfigParser() - Constructor for class com.codestudio.management.ConfigParser
 
connect(String) - Static method in class com.codestudio.sql.PoolMan
 
connect(String, Properties) - Method in class com.codestudio.sql.PoolMan
 
connectionClosed(ConnectionEvent) - Method in class com.codestudio.util.JDBCPool
Responds to a ConnectionClosed ConnectionEvent.
connectionErrorOccurred(ConnectionEvent) - Method in class com.codestudio.util.JDBCPool
Responds to an error event.
convert(ResultSet) - Static method in class com.codestudio.sql.ResultSetAdapter
 
count - Variable in class com.codestudio.util.ObjectPool
 
create() - Method in class com.codestudio.util.ObjectPool
 
create() - Method in class com.codestudio.util.JDBCPool
Creates a physical Connection and PooledConnection wrapper for it (a PoolManConnection).
create() - Method in class com.codestudio.util.GenericPool
 
createPool(PoolMetaData) - Method in class com.codestudio.util.SQLManager
 
createPool(PoolMetaData) - Method in class com.codestudio.util.GenericPoolManager
 
createStatement() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
createStatement() - Method in class com.codestudio.sql.PoolManConnection
 
createStatement(int, int) - Method in class com.codestudio.sql.PoolManConnectionHandle
 
createStatement(int, int) - Method in class com.codestudio.sql.PoolManConnection
 
CURRENT_DATABASE - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
currentDatabaseName - Variable in class com.codestudio.bean.struts.PoolManActionFormBean
 

D

database - Variable in class com.codestudio.bean.struts.PoolManMetricsBean
 
DATASOURCE_SVC_CLASSNAME - Static variable in interface com.codestudio.PoolManConstants
 
DataSourceService - class com.codestudio.management.DataSourceService.
An MBean defining the manageable attributes of a JDBCPool and PoolManDataSource.
DataSourceService() - Constructor for class com.codestudio.management.DataSourceService
 
DataSourceServiceMBean - interface com.codestudio.management.DataSourceServiceMBean.
 
DB_DRIVER - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
DB_URL - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
DB_USER - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
dbDriver - Variable in class com.codestudio.bean.struts.PoolManMetricsBean
 
debug(String) - Method in class com.codestudio.util.ObjectPool
 
debug(String, Exception) - Method in class com.codestudio.util.ObjectPool
 
debugMetrics() - Method in class com.codestudio.util.ObjectPool
 
DEFAULT_CACHE_ENABLED - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_CACHE_REFRESH - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_CACHE_SIZE - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_EMERGENCY_CREATES - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_INITIAL_SIZE - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_ISO_LEVEL - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_MAX_SIZE - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_MIN_SIZE - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_POOL_PREP_STATEMENTS - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_REMOVE_ON_EXC - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_SHRINKBY - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_SKIMMER_SLEEP - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_TIMEOUT - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_USE_JMX - Static variable in interface com.codestudio.PoolManConstants
 
DEFAULT_USERTIMEOUT - Static variable in interface com.codestudio.PoolManConstants
 
defaultpool - Variable in class com.codestudio.util.PoolManager
 
deleteRow() - Method in class com.codestudio.sql.PoolManResultSet
Delete the current row from this ResultSet AND from the database.
deployConfiguration(PoolManConfiguration) - Method in class com.codestudio.management.JMXPoolDeployer
Load DataSource info from XML and create a Service for each entry set.
deployConfiguration(PoolManConfiguration) - Method in interface com.codestudio.management.PoolManDeployer
 
deployConfiguration(PoolManConfiguration) - Method in class com.codestudio.management.LocalPoolDeployer
 
deployDataSource() - Method in class com.codestudio.util.JDBCPool
 
destroyPools() - Method in class com.codestudio.util.PoolManager
 
doJDBC(String, String, boolean) - Method in class com.codestudio.util.SQLUtil
This method is called by the cache thread in SQLCache.
doJDBC(String, String, Connection) - Method in class com.codestudio.util.SQLUtil
Executes a statement and returns results in the form of a Hashtable array.
doJDBC(String, String, Connection, boolean) - Method in class com.codestudio.util.SQLUtil
Executes a statement and returns results in the form of a Hashtable array.

E

endElement(String) - Method in class com.codestudio.management.ConfigParser
 
error - Variable in class com.codestudio.bean.struts.PoolManResultsBean
 
ERRORS - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
execute() - Method in class com.codestudio.sql.PoolManPreparedStatement
 
execute() - Method in class com.codestudio.sql.PoolManCallableStatement
 
execute(String) - Method in class com.codestudio.util.SQLUtil
 
execute(String) - Method in class com.codestudio.sql.PoolManStatement
 
execute(String, String) - Method in class com.codestudio.util.SQLUtil
 
executeBatch() - Method in class com.codestudio.sql.PoolManStatement
 
executeQuery() - Method in class com.codestudio.sql.PoolManPreparedStatement
 
executeQuery(String) - Method in class com.codestudio.sql.PoolManStatement
 
executeSQL(Context) - Method in class com.codestudio.bean.velocity.PoolManVelocityServlet
Execute a generic sql statement without knowing much about it or its destination.
executeSql(String) - Method in class com.codestudio.util.SQLUtil
Simply executes executeSql(sql, true).
executeSql(String, String) - Method in class com.codestudio.util.SQLUtil
Begins the actual database operation by preparing resources.
executeSQL(String, String, PoolManResultsBean, PoolManMetricsBean) - Method in class com.codestudio.bean.struts.PoolManAction
Execute a generic sql statement without knowing much about it or its destination.
executeUpdate() - Method in class com.codestudio.sql.PoolManPreparedStatement
 
executeUpdate(String) - Method in class com.codestudio.sql.PoolManStatement
 
expire(Object) - Method in class com.codestudio.util.ObjectPool
Default expiration invokes PooledObject.closeAllResources()
expire(Object) - Method in class com.codestudio.util.JDBCPool
Closes a physical database connection.
expire(Object) - Method in class com.codestudio.util.GenericPool
 

F

fabricateTableName(String, int) - Method in class com.codestudio.sql.PoolManStatement
 
figureConstructor() - Method in class com.codestudio.util.GenericPool
 
finalize() - Method in class com.codestudio.util.ObjectPool
 
findColumn(String) - Method in class com.codestudio.sql.PoolManResultSet
Retrieve the index of a column given its label.
findDataSource() - Static method in class com.codestudio.sql.PoolMan
 
findDataSource(String) - Static method in class com.codestudio.sql.PoolMan
Convenience method to return a named DataSource
first() - Method in class com.codestudio.sql.PoolManResultSet
Move the cursor to the first row in the ResultSet.
forceRefresh() - Method in class com.codestudio.util.SQLCache
Refresh the cache explicitly.

G

GENERIC_SVC_CLASSNAME - Static variable in interface com.codestudio.PoolManConstants
 
genericMetadata - Variable in class com.codestudio.management.GenericPoolService
 
GenericPool - class com.codestudio.util.GenericPool.
GenericPool allows any object to be pooled through the PoolManager.
GenericPool(GenericPoolMetaData, String, Object[]) - Constructor for class com.codestudio.util.GenericPool
Create a pool of Objects in which the Objects are created using a specific constructor with the specified params.
GenericPool(PoolMetaData) - Constructor for class com.codestudio.util.GenericPool
Create a pool of Objects in which the Objects are created using the default empty constructor.
GenericPoolManager - class com.codestudio.util.GenericPoolManager.
An extension of PoolManager that transforms it into a singleton.
GenericPoolManager() - Constructor for class com.codestudio.util.GenericPoolManager
 
GenericPoolMetaData - class com.codestudio.util.GenericPoolMetaData.
 
GenericPoolMetaData() - Constructor for class com.codestudio.util.GenericPoolMetaData
 
GenericPoolService - class com.codestudio.management.GenericPoolService.
 
GenericPoolService() - Constructor for class com.codestudio.management.GenericPoolService
 
GenericPoolServiceMBean - interface com.codestudio.management.GenericPoolServiceMBean.
 
getAdminProperties() - Method in class com.codestudio.management.PoolManConfiguration
 
getAdminProps() - Method in class com.codestudio.management.ConfigParser
 
getAllDatabaseNames() - Method in class com.codestudio.bean.struts.PoolManActionFormBean
 
getAllPoolnames() - Method in class com.codestudio.util.PoolManager
 
getAllPoolnames() - Method in class com.codestudio.util.SQLManager
Overridden implementation ensures the config is loaded.
getAllPoolnames() - Method in class com.codestudio.util.GenericPoolManager
Overridden implementation ensures the config is loaded.
getAllPoolnames() - Method in class com.codestudio.util.SQLUtil
Get a Vector containing all the names of the database pools currently in use.
getAllPoolnames() - Method in class com.codestudio.bean.PoolManBean
 
getArray(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getArray(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getArray(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getAsciiStream(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getAsciiStream(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getAutoCommit() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
getAutoCommit() - Method in class com.codestudio.sql.PoolManConnection
 
getAvailableConnections() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getAvailableConnections() - Method in class com.codestudio.management.DataSourceService
 
getAvailableConnections() - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
getBigDecimal(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getBigDecimal(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getBigDecimal(int, int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getBigDecimal(int, int) - Method in class com.codestudio.sql.PoolManResultSet
Deprecated.  
getBigDecimal(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getBigDecimal(String, int) - Method in class com.codestudio.sql.PoolManResultSet
Deprecated.  
getBinaryStream(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getBinaryStream(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getBlob(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getBlob(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getBlob(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getBoolean(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getBoolean(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getBoolean(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getByte(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getByte(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getByte(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getBytes(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getBytes(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getBytes(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getCache() - Method in class com.codestudio.util.JDBCPool
 
getCacheRefreshInterval() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getCacheRefreshInterval() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getCacheRefreshInterval() - Method in class com.codestudio.management.DataSourceService
 
getCacheSize() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getCacheSize() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getCacheSize() - Method in class com.codestudio.management.DataSourceService
 
getCatalog() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
getCatalog() - Method in class com.codestudio.sql.PoolManConnection
 
getCatalogName(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getCharacterStream(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getCharacterStream(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getClob(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getClob(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getClob(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getColumnClassName(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getColumnCount() - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getColumnDisplaySize(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getColumnLabel(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getColumnName(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getColumnType(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getColumnTypeName(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getConcurrency() - Method in class com.codestudio.sql.PoolManResultSet
 
getConfigFile() - Method in class com.codestudio.util.SQLManager
 
getConnection() - Method in class com.codestudio.sql.PoolManStatement
 
getConnection() - Method in class com.codestudio.sql.PoolManDataSource
 
getConnection() - Method in class com.codestudio.sql.PoolManConnection
 
getConnection(String, String) - Method in class com.codestudio.sql.PoolManDataSource
 
getConnectionTimeout() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getConnectionTimeout() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getConnectionTimeout() - Method in class com.codestudio.management.DataSourceService
 
getCopy(ResultSetMetaData) - Static method in class com.codestudio.sql.PoolManResultSetMetaData
 
getCurrentDatabaseName() - Method in class com.codestudio.bean.struts.PoolManActionFormBean
 
getCurrentPool() - Method in class com.codestudio.bean.PoolManBean
 
getCurrentPoolname() - Method in class com.codestudio.bean.PoolManBean
 
getCursorName() - Method in class com.codestudio.sql.PoolManResultSet
This implementation does not support named cursors.
getDatabase() - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
getDataSource() - Method in class com.codestudio.util.JDBCPool
 
getDataSource() - Static method in class com.codestudio.sql.PoolMan
Convenience method, returns the default DataSource.
getDataSource(String) - Static method in class com.codestudio.sql.PoolMan
Convenience method, merely calls findDataSource(dbname)
getDataSourceProperties() - Method in class com.codestudio.management.ConfigParser
 
getDataSources() - Method in class com.codestudio.management.PoolManConfiguration
 
getDate(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getDate(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getDate(int, Calendar) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getDate(int, Calendar) - Method in class com.codestudio.sql.PoolManResultSet
 
getDate(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getDate(String, Calendar) - Method in class com.codestudio.sql.PoolManResultSet
 
getDbDriver() - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
getDbname() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getDbname() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getDbname() - Method in class com.codestudio.management.DataSourceService
 
getDouble(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getDouble(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getDouble(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getDriver() - Method in class com.codestudio.util.JDBCPool
 
getDriver() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getDriver() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getDriver() - Method in class com.codestudio.management.DataSourceService
 
getError() - Method in class com.codestudio.bean.struts.PoolManResultsBean
 
getFetchDirection() - Method in class com.codestudio.sql.PoolManStatement
 
getFetchDirection() - Method in class com.codestudio.sql.PoolManResultSet
 
getFetchSize() - Method in class com.codestudio.sql.PoolManStatement
 
getFetchSize() - Method in class com.codestudio.sql.PoolManResultSet
 
getFloat(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getFloat(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getFloat(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getGenericPools() - Method in class com.codestudio.management.PoolManConfiguration
 
getGenericProperties() - Method in class com.codestudio.management.ConfigParser
 
getHeaderColumns() - Method in class com.codestudio.bean.struts.PoolManResultsBean
 
getInitialConnections() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getInitialConnections() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getInitialConnections() - Method in class com.codestudio.management.DataSourceService
 
getInitialConnectionSQL() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getInitialConnectionSQL() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getInitialConnectionSQL() - Method in class com.codestudio.management.DataSourceService
 
getInitialObjects() - Method in class com.codestudio.util.PoolMetaData
 
getInitialObjects() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
getInitialObjects() - Method in class com.codestudio.management.ObjectPoolService
 
getInitialPoolSQL() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getInitialPoolSQL() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getInitialPoolSQL() - Method in class com.codestudio.management.DataSourceService
 
getInstance() - Static method in class com.codestudio.util.SQLManager
This method retrieves the singleton SQLManager instance created when the class was first loaded.
getInstance() - Static method in class com.codestudio.util.GenericPoolManager
 
getInstance() - Static method in class com.codestudio.util.SQLUtil
The default method used to retrieve an instance of SQLUtil, based on the properties file SQLManager.DEFAULT_PROPSFILE, which must be in your CLASSPATH.
getInstance(Properties) - Static method in class com.codestudio.util.SQLUtil
An alternative method to retrieve an instance of SQLUtil, using a Properties object.
getInstance(String) - Static method in class com.codestudio.util.SQLManager
If a configuration file other than the default is specified, then the singleton instance will be recreated using the new file.
getInstance(String) - Static method in class com.codestudio.util.SQLUtil
An alternative method to retrieve an instance of SQLUtil, using a specified props file.
getInt(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getInt(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getInt(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getIsolationLevel() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getJNDIName() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getJNDIName() - Method in class com.codestudio.sql.PoolManDataSource
 
getJNDIName() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getJNDIName() - Method in class com.codestudio.management.DataSourceService
 
getLastQueryDuration() - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
getLogFile() - Method in class com.codestudio.util.PoolMetaData
 
getLogFile() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
getLogFile() - Method in class com.codestudio.management.ObjectPoolService
 
getLoginTimeout() - Method in class com.codestudio.sql.PoolManDataSource
 
getLogWriter() - Method in class com.codestudio.sql.PoolManDataSource
 
getLong(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getLong(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getLong(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getMajorVersion() - Method in class com.codestudio.sql.PoolMan
 
getMaxFieldSize() - Method in class com.codestudio.sql.PoolManStatement
 
getMaximumSize() - Method in class com.codestudio.util.PoolMetaData
 
getMaximumSize() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
getMaximumSize() - Method in class com.codestudio.management.ObjectPoolService
 
getMaxRows() - Method in class com.codestudio.sql.PoolManStatement
 
getMaxSize() - Method in class com.codestudio.util.SQLCache
Return the maximum possible size of the cache.
getMetaData() - Method in class com.codestudio.sql.PoolManPreparedStatement
 
getMetaData() - Method in class com.codestudio.sql.PoolManResultSet
 
getMetaData() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
getMetaData() - Method in class com.codestudio.sql.PoolManConnection
 
getMetricsBean(HttpSession) - Method in class com.codestudio.bean.struts.PoolManAction
 
getMinimumSize() - Method in class com.codestudio.util.PoolMetaData
 
getMinimumSize() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
getMinimumSize() - Method in class com.codestudio.management.ObjectPoolService
 
getMinorVersion() - Method in class com.codestudio.sql.PoolMan
 
getMoreResults() - Method in class com.codestudio.sql.PoolManStatement
 
getName() - Method in class com.codestudio.util.PoolMetaData
 
getName() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
getName() - Method in class com.codestudio.management.ObjectPoolService
 
getNativeCallableStatement() - Method in class com.codestudio.sql.PoolManCallableStatement
 
getNativeConnection() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
getNativePreparedStatement() - Method in class com.codestudio.sql.PoolManPreparedStatement
 
getNativeStatement() - Method in class com.codestudio.sql.PoolManStatement
 
getNumCheckedInObjects() - Method in interface com.codestudio.management.GenericPoolServiceMBean
 
getNumCheckedInObjects() - Method in class com.codestudio.management.GenericPoolService
 
getNumCheckedOutObjects() - Method in interface com.codestudio.management.GenericPoolServiceMBean
 
getNumCheckedOutObjects() - Method in class com.codestudio.management.GenericPoolService
 
getNumTotalObjects() - Method in interface com.codestudio.management.GenericPoolServiceMBean
 
getNumTotalObjects() - Method in class com.codestudio.management.GenericPoolService
 
getObject(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getObject(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getObject(int, Map) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getObject(int, Map) - Method in class com.codestudio.sql.PoolManResultSet
Custom UDT mapping is not supported, default Map is always used.
getObject(String) - Method in class com.codestudio.util.SQLResult
 
getObject(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getObject(String, Map) - Method in class com.codestudio.sql.PoolManResultSet
Custom UDT mapping is not supported.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.codestudio.sql.PoolManDataSource
 
getObjectTimeout() - Method in class com.codestudio.util.PoolMetaData
 
getObjectTimeout() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
getObjectTimeout() - Method in class com.codestudio.management.ObjectPoolService
 
getObjectType() - Method in class com.codestudio.util.GenericPoolMetaData
 
getObjectType() - Method in interface com.codestudio.management.GenericPoolServiceMBean
 
getObjectType() - Method in class com.codestudio.management.GenericPoolService
 
getParams() - Method in class com.codestudio.util.GenericPool
Get the constructor's params
getPassword() - Method in class com.codestudio.util.JDBCPool
 
getPassword() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getPassword() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getPassword() - Method in class com.codestudio.management.DataSourceService
 
getPhysicalConnection() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
getPhysicalConnection() - Method in class com.codestudio.sql.PoolManConnection
 
getPool() - Method in class com.codestudio.util.SQLCache
Retrieve the JDBCPool to which this SQLCache corresponds.
getPool() - Method in interface com.codestudio.util.PooledObject
Retrieve the pool containing this Object.
getPool() - Method in class com.codestudio.sql.PoolManStatement
 
getPool() - Method in class com.codestudio.sql.PoolManConnection
 
getPool(String) - Method in class com.codestudio.util.PoolManager
 
getPool(String) - Method in class com.codestudio.util.SQLManager
Overridden implementation ensures the config is loaded.
getPool(String) - Method in class com.codestudio.util.GenericPoolManager
Overridden implementation ensures the config is loaded.
getPool(String) - Method in class com.codestudio.util.SQLUtil
 
getPoolByJNDIName(String) - Method in class com.codestudio.util.SQLManager
 
getPooledConnection() - Method in class com.codestudio.sql.PoolManDataSource
 
getPooledConnection(String, String) - Method in class com.codestudio.sql.PoolManDataSource
 
getPoolManConnection() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
getPoolname() - Method in class com.codestudio.util.ObjectPool
 
getPoolname() - Method in interface com.codestudio.util.Pool
 
getPoolName() - Method in class com.codestudio.sql.PoolManDataSource
 
getPrecision(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getPropertyInfo(String, Properties) - Method in class com.codestudio.sql.PoolMan
 
getQuery() - Method in class com.codestudio.bean.PoolManBean
 
getQueryCount() - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
getQueryNumber() - Method in class com.codestudio.bean.PoolManBean
 
getQueryTimeout() - Method in class com.codestudio.sql.PoolManStatement
 
getRawCache() - Method in class com.codestudio.util.SQLCache
Return the current cache as a Hashtable.
getRef(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getRef(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getRef(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getReference() - Method in class com.codestudio.sql.PoolManDataSource
 
getResult(String) - Method in class com.codestudio.util.SQLCache
Get a cached SQL Result.
getResults() - Method in class com.codestudio.bean.PoolManBean
 
getResultsBean(HttpSession) - Method in class com.codestudio.bean.struts.PoolManAction
 
getResultSet() - Method in class com.codestudio.sql.PoolManStatement
 
getResultSetConcurrency() - Method in class com.codestudio.sql.PoolManStatement
 
getResultSetType() - Method in class com.codestudio.sql.PoolManStatement
 
getRow() - Method in class com.codestudio.sql.PoolManResultSet
 
getRows() - Method in class com.codestudio.bean.struts.PoolManResultsBean
 
getScale(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getSchemaName(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getShort(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getShort(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getShort(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getShrinkBy() - Method in class com.codestudio.util.PoolMetaData
 
getShrinkBy() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
getShrinkBy() - Method in class com.codestudio.management.ObjectPoolService
 
getSkimmerFrequency() - Method in class com.codestudio.util.PoolMetaData
 
getSkimmerFrequency() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
getSkimmerFrequency() - Method in class com.codestudio.management.ObjectPoolService
 
getSql() - Method in class com.codestudio.bean.struts.PoolManActionFormBean
 
getSQL() - Method in class com.codestudio.sql.PoolManStatement
 
getSQLResult() - Method in class com.codestudio.bean.PoolManBean
 
getStatement() - Method in class com.codestudio.sql.PoolManResultSet
 
getString(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getString(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getString(String) - Method in class com.codestudio.util.SQLResult
 
getString(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getTableName(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
getTime(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getTime(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getTime(int, Calendar) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getTime(int, Calendar) - Method in class com.codestudio.sql.PoolManResultSet
 
getTime(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getTime(String, Calendar) - Method in class com.codestudio.sql.PoolManResultSet
 
getTimestamp(int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getTimestamp(int) - Method in class com.codestudio.sql.PoolManResultSet
 
getTimestamp(int, Calendar) - Method in class com.codestudio.sql.PoolManCallableStatement
 
getTimestamp(int, Calendar) - Method in class com.codestudio.sql.PoolManResultSet
 
getTimestamp(String) - Method in class com.codestudio.sql.PoolManResultSet
 
getTimestamp(String, Calendar) - Method in class com.codestudio.sql.PoolManResultSet
 
getTotalConnections() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getTotalConnections() - Method in class com.codestudio.management.DataSourceService
 
getTotalConnections() - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
getTransactionIsolation() - Method in class com.codestudio.util.JDBCPool
 
getTransactionIsolation() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
getTransactionIsolation() - Method in class com.codestudio.sql.PoolManConnection
 
getTransactionTimeout() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getTransactionTimeout() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getTransactionTimeout() - Method in class com.codestudio.management.DataSourceService
 
getTxIsolationLevel() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getTxIsolationLevel() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getTxIsolationLevel() - Method in class com.codestudio.management.DataSourceService
 
getType() - Method in class com.codestudio.sql.PoolManResultSet
 
getTypeMap() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
getTypeMap() - Method in class com.codestudio.sql.PoolManConnection
 
getUnavailableConnections() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getUnavailableConnections() - Method in class com.codestudio.management.DataSourceService
 
getUnavailableConnections() - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
getUnicodeStream(int) - Method in class com.codestudio.sql.PoolManResultSet
Deprecated.  
getUnicodeStream(String) - Method in class com.codestudio.sql.PoolManResultSet
Deprecated.  
getUpdateCount() - Method in class com.codestudio.sql.PoolManStatement
 
getUrl() - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
getURL() - Method in class com.codestudio.util.JDBCPool
 
getURL() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getURL() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getURL() - Method in class com.codestudio.management.DataSourceService
 
getUser() - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
getUserName() - Method in class com.codestudio.util.JDBCPool
 
getUserName() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getUserName() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getUserName() - Method in class com.codestudio.management.DataSourceService
 
getUserTimeout() - Method in class com.codestudio.util.PoolMetaData
 
getUserTimeout() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
getUserTimeout() - Method in class com.codestudio.management.ObjectPoolService
 
getValidationQuery() - Method in class com.codestudio.util.JDBCPoolMetaData
 
getValidationQuery() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
getValidationQuery() - Method in class com.codestudio.management.DataSourceService
 
getWarnings() - Method in class com.codestudio.sql.PoolManStatement
 
getWarnings() - Method in class com.codestudio.sql.PoolManResultSet
 
getWarnings() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
getWarnings() - Method in class com.codestudio.sql.PoolManConnection
 

H

handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class com.codestudio.bean.velocity.PoolManVelocityServlet
The servlet entry point.
hasNext() - Method in class com.codestudio.util.SQLResult
 
HEADER_COLS - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
headerColumns - Variable in class com.codestudio.bean.struts.PoolManResultsBean
 

I

incrementQueryCount() - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
init() - Method in class com.codestudio.util.ObjectPool
 
init() - Method in class com.codestudio.util.JDBCPool
 
insertRow() - Method in class com.codestudio.sql.PoolManResultSet
 
inspectRequest(Context, HttpServletRequest) - Method in class com.codestudio.bean.velocity.PoolManVelocityServlet
Handle request parameters and make a decision (boolean) about whether a SQL invocation should occur.
isAfterLast() - Method in class com.codestudio.sql.PoolManResultSet
 
isAutoIncrement(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
isBeforeFirst() - Method in class com.codestudio.sql.PoolManResultSet
 
isCacheEnabled() - Method in class com.codestudio.util.JDBCPoolMetaData
 
isCacheEnabled() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
isCacheEnabled() - Method in class com.codestudio.management.DataSourceService
 
isCaseSensitive(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
isClosed() - Method in class com.codestudio.sql.PoolManStatement
 
isClosed() - Method in class com.codestudio.sql.PoolManResultSet
 
isClosed() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
isClosed() - Method in class com.codestudio.sql.PoolManConnection
 
isCurrency(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
isDataSourceDeployed() - Method in class com.codestudio.util.JDBCPool
 
isDataSourceDeployed() - Method in class com.codestudio.management.DataSourceService
 
isDebugging() - Method in class com.codestudio.util.PoolMetaData
 
isDebugging() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
isDebugging() - Method in class com.codestudio.management.ObjectPoolService
 
isDefinitelyWritable(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
isFirst() - Method in class com.codestudio.sql.PoolManResultSet
 
isLast() - Method in class com.codestudio.sql.PoolManResultSet
 
isManagementJMX() - Method in class com.codestudio.management.ConfigParser
 
isMaximumSoft() - Method in class com.codestudio.util.PoolMetaData
 
isMaximumSoft() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
isMaximumSoft() - Method in class com.codestudio.management.ObjectPoolService
 
isNativeResults() - Method in class com.codestudio.util.JDBCPoolMetaData
 
isNativeResults() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
isNativeResults() - Method in class com.codestudio.management.DataSourceService
 
isNullable(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
isPoolPreparedStatements() - Method in class com.codestudio.util.JDBCPoolMetaData
 
isPoolPreparedStatements() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
isPoolPreparedStatements() - Method in class com.codestudio.management.DataSourceService
 
isReadOnly() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
isReadOnly() - Method in class com.codestudio.sql.PoolManConnection
 
isReadOnly(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
isRemoveOnExceptions() - Method in class com.codestudio.util.JDBCPoolMetaData
 
isRemoveOnExceptions() - Method in interface com.codestudio.management.DataSourceServiceMBean
 
isRemoveOnExceptions() - Method in class com.codestudio.management.DataSourceService
 
isRunning() - Method in class com.codestudio.management.ObjectPoolService
 
isRunning() - Method in class com.codestudio.management.DataSourceService
 
isSearchable(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
isSigned(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 
isUsingCache() - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
isUsingJMX() - Method in class com.codestudio.management.PoolManConfiguration
 
isUsingNativeResults() - Method in class com.codestudio.util.JDBCPool
 
isWritable(int) - Method in class com.codestudio.sql.PoolManResultSetMetaData
 

J

jdbcCompliant() - Method in class com.codestudio.sql.PoolMan
 
JDBCPool - class com.codestudio.util.JDBCPool.
JDBCPool is an ObjectPool of JDBC connection objects.
JDBCPool(PoolMetaData) - Constructor for class com.codestudio.util.JDBCPool
 
JDBCPoolMetaData - class com.codestudio.util.JDBCPoolMetaData.
 
JDBCPoolMetaData() - Constructor for class com.codestudio.util.JDBCPoolMetaData
 
JMXClassLoader - class com.codestudio.management.JMXClassLoader.
Encountered Class linkage problems in somce ClassLoaders -- such as the one used with the Swing and AWT views of JUnit (JUnit's text-based view was fine, since it doesn't use the same CL) and some versions of Tomcat -- that are compounded by extraneous loader context switching in the JMX RI.
JMXClassLoader(ClassLoader) - Constructor for class com.codestudio.management.JMXClassLoader
 
JMXClassLoaderMBean - interface com.codestudio.management.JMXClassLoaderMBean.
 
JMXPoolDeployer - class com.codestudio.management.JMXPoolDeployer.
 
JMXPoolDeployer() - Constructor for class com.codestudio.management.JMXPoolDeployer
 

L

last() - Method in class com.codestudio.sql.PoolManResultSet
 
lastQueryDuration - Variable in class com.codestudio.bean.struts.PoolManMetricsBean
 
lastRS - Variable in class com.codestudio.sql.PoolManStatement
 
lifeguard - Variable in class com.codestudio.util.ObjectPool
 
LifeGuardThread - class com.codestudio.util.LifeGuardThread.
Asks SmartObjects to manage themselves and clean up if necessary.
LifeGuardThread(int, ObjectPool) - Constructor for class com.codestudio.util.LifeGuardThread
 
loadClass(String) - Method in class com.codestudio.management.JMXClassLoader
 
loadConfiguration() - Method in class com.codestudio.management.PoolManConfiguration
Load DataSource info from XML and create a Service for each entry set.
loadConfiguration(ServletConfig) - Method in class com.codestudio.bean.velocity.PoolManVelocityServlet
A simplistic load method used to prepare Velocity.
LocalPoolDeployer - class com.codestudio.management.LocalPoolDeployer.
 
LocalPoolDeployer() - Constructor for class com.codestudio.management.LocalPoolDeployer
 
locked - Variable in class com.codestudio.util.ObjectPool
 
log(String) - Method in class com.codestudio.util.ObjectPool
 
log(String, Exception) - Method in class com.codestudio.util.ObjectPool
 
logit - Variable in class com.codestudio.util.ObjectPool
Log4j handle

M

main(String[]) - Static method in class com.codestudio.util.SQLUtil
 
main(String[]) - Static method in class com.codestudio.sql.PoolMan
 
main(String[]) - Static method in class com.codestudio.management.PoolManBootstrap
 
makeResult(Hashtable[]) - Method in class com.codestudio.util.SQLUtil
Wraps an array of Hashtables into a more convenient data structure, called a SQLResult.
MAX_ATTEMPTS - Static variable in class com.codestudio.util.SQLUtil
 
max_size - Variable in class com.codestudio.util.SQLCache
 
metadata - Variable in class com.codestudio.util.ObjectPool
 
metadata - Variable in class com.codestudio.management.ObjectPoolService
 
moveToCurrentRow() - Method in class com.codestudio.sql.PoolManResultSet
If currently on the insert row, this method will move the cursor back to an active row -- either the row the cursor was on before moving to the insert row or the row that the cursor was moved to while handling the insert row.
moveToInsertRow() - Method in class com.codestudio.sql.PoolManResultSet
After invoking this method, all updates and gets will be invoked on the insert row rather than the current row.
mypool - Variable in class com.codestudio.sql.PoolManStatement
 

N

nameIsValid(String) - Static method in class com.codestudio.sql.PoolMan
Determine whether the dbname is valid for this PoolMan instance.
nativeSQL(String) - Method in class com.codestudio.sql.PoolManConnectionHandle
 
nativeSQL(String) - Method in class com.codestudio.sql.PoolManConnection
 
next() - Method in class com.codestudio.util.SQLResult
 
next() - Method in class com.codestudio.sql.PoolManResultSet
 
numCheckedInObjects() - Method in class com.codestudio.util.ObjectPool
 
numCheckedOutObjects() - Method in class com.codestudio.util.ObjectPool
 
numPooledStatements(String) - Method in class com.codestudio.util.JDBCPool
 
numStatementPools() - Method in class com.codestudio.util.JDBCPool
 
numTotalObjects() - Method in class com.codestudio.util.ObjectPool
 

O

ObjectPool - class com.codestudio.util.ObjectPool.
ObjectPool provides a mechanism for pooling objects and resources.
ObjectPool(PoolMetaData) - Constructor for class com.codestudio.util.ObjectPool
 
ObjectPoolService - class com.codestudio.management.ObjectPoolService.
An MBean defining the manageable attributes of a JDBCPool and PoolManDataSource.
ObjectPoolService() - Constructor for class com.codestudio.management.ObjectPoolService
 
ObjectPoolServiceMBean - interface com.codestudio.management.ObjectPoolServiceMBean.
 
OLDPROPS_CONFIG_FILE - Static variable in interface com.codestudio.PoolManConstants
 
oparams - Variable in class com.codestudio.util.GenericPool
 
openres - Variable in class com.codestudio.sql.PoolManStatement
 
otype - Variable in class com.codestudio.util.GenericPool
 

P

perform(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.codestudio.bean.struts.PoolManAction
Perform the Struts action associated with the poolman struts form.
Pool - interface com.codestudio.util.Pool.
The high-level interface defining a container of PooledObjects.
PooledObject - interface com.codestudio.util.PooledObject.
An object aware of its pool, lifespan, and possibly other resources.
PoolMan - class com.codestudio.sql.PoolMan.
The PoolMan class is the core Driver implementation.
PoolMan() - Constructor for class com.codestudio.sql.PoolMan
 
PoolManAction - class com.codestudio.bean.struts.PoolManAction.
A struts Action for handling the poolman JSP form.
PoolManAction() - Constructor for class com.codestudio.bean.struts.PoolManAction
 
PoolManActionFormBean - class com.codestudio.bean.struts.PoolManActionFormBean.
 
PoolManActionFormBean() - Constructor for class com.codestudio.bean.struts.PoolManActionFormBean
 
PoolManager - class com.codestudio.util.PoolManager.
An object that manages several pools of objects.
PoolManager() - Constructor for class com.codestudio.util.PoolManager
 
PoolManBean - class com.codestudio.bean.PoolManBean.
PoolManBean is a JavaBean that interfaces with SQLUtil to perform database operations.
PoolManBean() - Constructor for class com.codestudio.bean.PoolManBean
 
PoolManBootstrap - class com.codestudio.management.PoolManBootstrap.
If SQLManager is invoked (which happens when DataSources, Drivers, etc.
PoolManBootstrap() - Constructor for class com.codestudio.management.PoolManBootstrap
 
PoolManBootstrap(String) - Constructor for class com.codestudio.management.PoolManBootstrap
 
PoolManCallableStatement - class com.codestudio.sql.PoolManCallableStatement.
A CallableStatement that is aware of its Connection and resources.
PoolManCallableStatement(PoolManConnection, CallableStatement, ObjectPool) - Constructor for class com.codestudio.sql.PoolManCallableStatement
 
poolmanCon - Variable in class com.codestudio.sql.PoolManStatement
 
PoolManConfiguration - class com.codestudio.management.PoolManConfiguration.
This service configures ObjectPools by first looking for 'poolman.xml' in the CLASSPATH.
PoolManConfiguration(String) - Constructor for class com.codestudio.management.PoolManConfiguration
 
PoolManConnection - class com.codestudio.sql.PoolManConnection.
A connection object that has a time value, so it knows how long it has to live, and it knows its pool, so it will automatically return to its pool if it isn't explicitly returned.
PoolManConnection(Connection, ObjectPool) - Constructor for class com.codestudio.sql.PoolManConnection
 
PoolManConnectionHandle - class com.codestudio.sql.PoolManConnectionHandle.
Caller-side Connection object.
PoolManConnectionHandle(PoolManConnection) - Constructor for class com.codestudio.sql.PoolManConnectionHandle
 
PoolManConstants - interface com.codestudio.PoolManConstants.
 
PoolManDataSource - class com.codestudio.sql.PoolManDataSource.
 
PoolManDataSource() - Constructor for class com.codestudio.sql.PoolManDataSource
 
PoolManDataSource(String, String) - Constructor for class com.codestudio.sql.PoolManDataSource
 
PoolManDeployer - interface com.codestudio.management.PoolManDeployer.
 
PoolManMetricsBean - class com.codestudio.bean.struts.PoolManMetricsBean.
 
PoolManMetricsBean() - Constructor for class com.codestudio.bean.struts.PoolManMetricsBean
 
PoolManPreparedStatement - class com.codestudio.sql.PoolManPreparedStatement.
A PreparedStatement that is aware of its Connection and resources.
PoolManPreparedStatement(PoolManConnection, PreparedStatement, ObjectPool) - Constructor for class com.codestudio.sql.PoolManPreparedStatement
 
PoolManPreparedStatement(PoolManConnection, PreparedStatement, String, ObjectPool) - Constructor for class com.codestudio.sql.PoolManPreparedStatement
 
PoolManResultsBean - class com.codestudio.bean.struts.PoolManResultsBean.
 
PoolManResultsBean() - Constructor for class com.codestudio.bean.struts.PoolManResultsBean
 
PoolManResultSet - class com.codestudio.sql.PoolManResultSet.
This JDBC 2.0 ResultSet implementation transforms underlying ResultSets so they can support more advanced JDBC 2.0 features (scrolling, updates, etc.).
PoolManResultSet() - Constructor for class com.codestudio.sql.PoolManResultSet
 
PoolManResultSet(Statement, ArrayList, ResultSetMetaData, int, int) - Constructor for class com.codestudio.sql.PoolManResultSet
 
PoolManResultSetMetaData - class com.codestudio.sql.PoolManResultSetMetaData.
PoolManResultSetMetaData takes a copy of a java.sql.ResultSetMetaData for later usage.
PoolManStatement - class com.codestudio.sql.PoolManStatement.
A SQL Statement that is aware of its Connection and resources.
PoolManStatement(PoolManConnection, Statement, ObjectPool) - Constructor for class com.codestudio.sql.PoolManStatement
 
PoolManVelocityServlet - class com.codestudio.bean.velocity.PoolManVelocityServlet.
A simple VelocityServlet extension for creating a web application using the poolman-velocity.vm XML template.
PoolManVelocityServlet() - Constructor for class com.codestudio.bean.velocity.PoolManVelocityServlet
 
PoolMetaData - class com.codestudio.util.PoolMetaData.
 
PoolMetaData() - Constructor for class com.codestudio.util.PoolMetaData
 
poolname - Variable in class com.codestudio.util.PoolMetaData
 
pools - Variable in class com.codestudio.util.PoolManager
 
PoolSkimmerThread - class com.codestudio.util.PoolSkimmerThread.
PoolSkimmer manages the clean up of dead and expired objects floating around the pool.
PoolSkimmerThread(int, ObjectPool) - Constructor for class com.codestudio.util.PoolSkimmerThread
 
postDeregister() - Method in class com.codestudio.management.ObjectPoolService
 
postRegister(Boolean) - Method in class com.codestudio.management.ObjectPoolService
 
preDeregister() - Method in class com.codestudio.management.ObjectPoolService
 
prepareCall(String) - Method in class com.codestudio.sql.PoolManConnectionHandle
 
prepareCall(String) - Method in class com.codestudio.sql.PoolManConnection
 
prepareCall(String, int, int) - Method in class com.codestudio.sql.PoolManConnectionHandle
 
prepareCall(String, int, int) - Method in class com.codestudio.sql.PoolManConnection
 
prepareStatement(String) - Method in class com.codestudio.sql.PoolManConnectionHandle
 
prepareStatement(String) - Method in class com.codestudio.sql.PoolManConnection
 
prepareStatement(String, int, int) - Method in class com.codestudio.sql.PoolManConnectionHandle
 
prepareStatement(String, int, int) - Method in class com.codestudio.sql.PoolManConnection
 
preRegister(MBeanServer, ObjectName) - Method in class com.codestudio.management.ObjectPoolService
 
previous() - Method in class com.codestudio.sql.PoolManResultSet
 
PROPS_CONFIG_FILE - Static variable in interface com.codestudio.PoolManConstants
 
PROPS_CONFIG_FILE - Static variable in class com.codestudio.sql.PoolMan
 
propsfilename - Variable in class com.codestudio.util.SQLUtil
 
PROTOCOL - Static variable in class com.codestudio.sql.PoolMan
 

Q

QUERY_COUNT - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
QUERY_DURATION - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
queryCount - Variable in class com.codestudio.bean.struts.PoolManMetricsBean
 

R

records - Variable in class com.codestudio.util.SQLResult
 
refreshCache() - Method in class com.codestudio.util.JDBCPool
Force the cache to refresh.
refreshRow() - Method in class com.codestudio.sql.PoolManResultSet
 
registerOutParameter(int, int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
registerOutParameter(int, int, int) - Method in class com.codestudio.sql.PoolManCallableStatement
 
registerOutParameter(int, int, String) - Method in class com.codestudio.sql.PoolManCallableStatement
 
relative(int) - Method in class com.codestudio.sql.PoolManResultSet
 
RELEASE_FULL_NAME - Static variable in interface com.codestudio.PoolManConstants
 
RELEASE_MAJOR_VERSION - Static variable in interface com.codestudio.PoolManConstants
 
RELEASE_MINOR_VERSION - Static variable in interface com.codestudio.PoolManConstants
 
RELEASE_NAME - Static variable in interface com.codestudio.PoolManConstants
 
RELEASEID - Static variable in class com.codestudio.sql.PoolMan
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.codestudio.sql.PoolManConnection
 
removeDataSourceService(String) - Method in class com.codestudio.management.JMXPoolDeployer
 
removeOpenResultSet(ResultSet) - Method in class com.codestudio.sql.PoolManStatement
 
removeOpenStatement(PoolManStatement) - Method in class com.codestudio.sql.PoolManConnection
 
removePool(String) - Method in class com.codestudio.util.PoolManager
 
removeResult(String) - Method in class com.codestudio.util.SQLCache
Remove a cached SQLResult.
requestConnection() - Method in class com.codestudio.util.SQLManager
Get a connection from the first (default) database connection pool.
requestConnection() - Method in class com.codestudio.util.JDBCPool
Retrieves a PooledConnection impl and returns its Handle.
requestConnection(String) - Method in class com.codestudio.util.SQLManager
Get a connection from a particular database pool.
requestObject() - Method in class com.codestudio.util.PoolManager
 
requestObject() - Method in class com.codestudio.util.ObjectPool
Subclasses will usually want to override this method.
requestObject() - Method in class com.codestudio.util.GenericPool
 
requestObject() - Method in class com.codestudio.util.GenericPoolManager
 
requestObject() - Method in interface com.codestudio.util.Pool
 
requestObject(String) - Method in class com.codestudio.util.PoolManager
 
requestObject(String) - Method in class com.codestudio.util.GenericPoolManager
 
requestPooledStatement(String) - Method in class com.codestudio.util.JDBCPool
 
Result - class com.codestudio.sql.Result.
A helper class that indexes a particular element in a ResultSet row.
Result(String, String, Object, int) - Constructor for class com.codestudio.sql.Result
 
RESULTS_ROWS - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
ResultSetAdapter - class com.codestudio.sql.ResultSetAdapter.
A data structure that conforms to ResultSet semantics used to bridge the old SQLUtil Hashtable[] approach and the new PoolManResultSet approach.
ResultSetAdapter() - Constructor for class com.codestudio.sql.ResultSetAdapter
 
resultSetConcurrency - Variable in class com.codestudio.sql.PoolManStatement
 
resultSetType - Variable in class com.codestudio.sql.PoolManStatement
 
returnConnection(Connection) - Method in class com.codestudio.util.SQLManager
Return a connection to the default pool.
returnConnection(PoolManConnection) - Method in class com.codestudio.util.JDBCPool
Returns a connection to the pool.
returnConnection(String, Connection) - Method in class com.codestudio.util.SQLManager
Return a connection to a particular database pool.
returnObject(Object) - Method in class com.codestudio.util.PoolManager
 
returnObject(Object) - Method in class com.codestudio.util.ObjectPool
Subclasses will usually want to override this method, at least for type safety.
returnObject(Object) - Method in class com.codestudio.util.GenericPool
 
returnObject(Object) - Method in interface com.codestudio.util.Pool
 
returnObject(Object, String) - Method in class com.codestudio.util.PoolManager
 
returnPooledStatement(PoolManPreparedStatement) - Method in class com.codestudio.util.JDBCPool
Retuns a PreparedStatement to the statement pool
rollback() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
rollback() - Method in class com.codestudio.sql.PoolManConnection
 
rowDeleted() - Method in class com.codestudio.sql.PoolManResultSet
 
rowInserted() - Method in class com.codestudio.sql.PoolManResultSet
 
rows - Variable in class com.codestudio.bean.struts.PoolManResultsBean
 
rowUpdated() - Method in class com.codestudio.sql.PoolManResultSet
 
run() - Method in class com.codestudio.util.CacheThread
The Thread which manages the cache refreshes operates in this run method.
run() - Method in class com.codestudio.util.SQLCache
 
run() - Method in class com.codestudio.util.LifeGuardThread
 
run() - Method in class com.codestudio.util.PoolSkimmerThread
 
run() - Method in class com.codestudio.management.JMXPoolDeployer
This Runnable is not started until a VM shutdown event is fired.
run() - Method in class com.codestudio.management.LocalPoolDeployer
 

S

sendCloseEvent() - Method in class com.codestudio.sql.PoolManConnection
 
server - Variable in class com.codestudio.management.ObjectPoolService
 
setArray(int, Array) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setAutoCommit(boolean) - Method in class com.codestudio.sql.PoolManConnectionHandle
 
setAutoCommit(boolean) - Method in class com.codestudio.sql.PoolManConnection
 
setAvailableConnections(int) - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
setBigDecimal(int, BigDecimal) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setBlob(int, Blob) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setBoolean(int, boolean) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setByte(int, byte) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setBytes(int, byte[]) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setCache(SQLCache) - Method in class com.codestudio.util.JDBCPool
Associates a SQLCache with this pool.
setCacheEnabled(boolean) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setCacheEnabled(boolean) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setCacheEnabled(boolean) - Method in class com.codestudio.management.DataSourceService
 
setCacheRefreshInterval(int) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setCacheRefreshInterval(int) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setCacheRefreshInterval(int) - Method in class com.codestudio.management.DataSourceService
 
setCacheSize(int) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setCacheSize(int) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setCacheSize(int) - Method in class com.codestudio.management.DataSourceService
 
setCatalog(String) - Method in class com.codestudio.sql.PoolManConnectionHandle
 
setCatalog(String) - Method in class com.codestudio.sql.PoolManConnection
 
setCharacterStream(int, Reader, int) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setClob(int, Clob) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setConcurrencyType(int) - Method in class com.codestudio.sql.PoolManResultSet
 
setConfigFile(String) - Method in class com.codestudio.util.SQLManager
 
setConnectionTimeout(int) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setConnectionTimeout(int) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setConnectionTimeout(int) - Method in class com.codestudio.management.DataSourceService
 
setCurrentDatabaseName(String) - Method in class com.codestudio.bean.struts.PoolManActionFormBean
 
setCurrentPoolname(String) - Method in class com.codestudio.bean.PoolManBean
 
setCursorName(String) - Method in class com.codestudio.sql.PoolManStatement
 
setDatabase(String) - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
setDataSource(PoolManDataSource) - Method in class com.codestudio.util.JDBCPool
Associates a DataSource view with this pool.
setDate(int, Date) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setDate(int, Date, Calendar) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setDbDriver(String) - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
setDbname(String) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setDbname(String) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setDbname(String) - Method in class com.codestudio.management.DataSourceService
 
setDebugging(boolean) - Method in class com.codestudio.util.PoolMetaData
 
setDebugging(boolean) - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
setDebugging(boolean) - Method in class com.codestudio.management.ObjectPoolService
 
setDouble(int, double) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setDriver(String) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setDriver(String) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setDriver(String) - Method in class com.codestudio.management.DataSourceService
 
setError(String) - Method in class com.codestudio.bean.struts.PoolManResultsBean
 
setEscapeProcessing(boolean) - Method in class com.codestudio.sql.PoolManStatement
 
setFetchDirection(int) - Method in class com.codestudio.sql.PoolManStatement
 
setFetchDirection(int) - Method in class com.codestudio.sql.PoolManResultSet
 
setFetchSize(int) - Method in class com.codestudio.sql.PoolManStatement
 
setFetchSize(int) - Method in class com.codestudio.sql.PoolManResultSet
 
setFloat(int, float) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setHeaderColumns(ArrayList) - Method in class com.codestudio.bean.struts.PoolManResultsBean
 
setInitialConnections(int) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setInitialConnections(int) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setInitialConnections(int) - Method in class com.codestudio.management.DataSourceService
 
setInitialConnectionSQL(String) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setInitialConnectionSQL(String) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setInitialConnectionSQL(String) - Method in class com.codestudio.management.DataSourceService
 
setInitialObjects(int) - Method in class com.codestudio.util.PoolMetaData
 
setInitialObjects(int) - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
setInitialObjects(int) - Method in class com.codestudio.management.ObjectPoolService
 
setInitialPoolSQL(String) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setInitialPoolSQL(String) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setInitialPoolSQL(String) - Method in class com.codestudio.management.DataSourceService
 
setInt(int, int) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setIsolationLevel(int) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setJDBCPool(JDBCPool) - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
setJNDIName(String) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setJNDIName(String) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setJNDIName(String) - Method in class com.codestudio.management.DataSourceService
 
setLastQueryDuration(long) - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
setLogFile(String) - Method in class com.codestudio.util.PoolMetaData
 
setLogFile(String) - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
setLogFile(String) - Method in class com.codestudio.management.ObjectPoolService
 
setLoginTimeout(int) - Method in class com.codestudio.sql.PoolManDataSource
 
setLogWriter(PrintWriter) - Method in class com.codestudio.sql.PoolManDataSource
 
setLong(int, long) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setMaxFieldSize(int) - Method in class com.codestudio.sql.PoolManStatement
 
setMaximumSize(int) - Method in class com.codestudio.util.PoolMetaData
 
setMaximumSize(int) - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
setMaximumSize(int) - Method in class com.codestudio.management.ObjectPoolService
 
setMaximumSoft(boolean) - Method in class com.codestudio.util.PoolMetaData
 
setMaximumSoft(boolean) - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
setMaximumSoft(boolean) - Method in class com.codestudio.management.ObjectPoolService
 
setMaxRows(int) - Method in class com.codestudio.sql.PoolManStatement
 
setMinimumSize(int) - Method in class com.codestudio.util.PoolMetaData
 
setMinimumSize(int) - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
setMinimumSize(int) - Method in class com.codestudio.management.ObjectPoolService
 
setName(String) - Method in class com.codestudio.util.PoolMetaData
 
setName(String) - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
setName(String) - Method in class com.codestudio.management.ObjectPoolService
 
setNativeResults(boolean) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setNativeResults(boolean) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setNativeResults(boolean) - Method in class com.codestudio.management.DataSourceService
 
setNull(int, int) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setNull(int, int, String) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setObject(int, Object) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setObject(int, Object, int) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setObject(int, Object, int, int) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setObjectTimeout(int) - Method in class com.codestudio.util.PoolMetaData
 
setObjectTimeout(int) - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
setObjectTimeout(int) - Method in class com.codestudio.management.ObjectPoolService
 
setObjectType(String) - Method in class com.codestudio.util.GenericPoolMetaData
 
setObjectType(String) - Method in interface com.codestudio.management.GenericPoolServiceMBean
 
setObjectType(String) - Method in class com.codestudio.management.GenericPoolService
 
setParams(Object[]) - Method in class com.codestudio.util.GenericPool
Set the constructor's params
setPassword(String) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setPassword(String) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setPassword(String) - Method in class com.codestudio.management.DataSourceService
 
setPool(JDBCPool) - Method in class com.codestudio.util.SQLCache
Establish the JDBCPool to which this SQLCache corresponds.
setPoolPreparedStatements(boolean) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setPoolPreparedStatements(boolean) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setPoolPreparedStatements(boolean) - Method in class com.codestudio.management.DataSourceService
 
setQuery(String) - Method in class com.codestudio.bean.PoolManBean
 
setQueryCount(int) - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
setQueryNumber(int) - Method in class com.codestudio.bean.PoolManBean
 
setQueryTimeout(int) - Method in class com.codestudio.sql.PoolManStatement
 
setReadOnly(boolean) - Method in class com.codestudio.sql.PoolManConnectionHandle
 
setReadOnly(boolean) - Method in class com.codestudio.sql.PoolManConnection
 
setRef(int, Ref) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setRemoveOnExceptions(boolean) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setRemoveOnExceptions(boolean) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setRemoveOnExceptions(boolean) - Method in class com.codestudio.management.DataSourceService
 
setResultSetConcurrency(int) - Method in class com.codestudio.sql.PoolManStatement
 
setResultSetType(int) - Method in class com.codestudio.sql.PoolManStatement
 
setRows(ArrayList) - Method in class com.codestudio.bean.struts.PoolManResultsBean
 
setScrollableType(int) - Method in class com.codestudio.sql.PoolManResultSet
 
setShort(int, short) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setShrinkBy(int) - Method in class com.codestudio.util.PoolMetaData
 
setShrinkBy(int) - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
setShrinkBy(int) - Method in class com.codestudio.management.ObjectPoolService
 
setSkimmerFrequency(int) - Method in class com.codestudio.util.PoolMetaData
 
setSkimmerFrequency(int) - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
setSkimmerFrequency(int) - Method in class com.codestudio.management.ObjectPoolService
 
setSql(String) - Method in class com.codestudio.bean.struts.PoolManActionFormBean
 
setString(int, String) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setTime(int, Time) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setTime(int, Time, Calendar) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setTotalConnections(int) - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
setTransactionIsolation(int) - Method in class com.codestudio.sql.PoolManConnectionHandle
 
setTransactionIsolation(int) - Method in class com.codestudio.sql.PoolManConnection
 
setTransactionTimeout(int) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setTransactionTimeout(int) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setTransactionTimeout(int) - Method in class com.codestudio.management.DataSourceService
 
setTxIsolationLevel(String) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setTxIsolationLevel(String) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setTxIsolationLevel(String) - Method in class com.codestudio.management.DataSourceService
 
setTypeMap(Map) - Method in class com.codestudio.sql.PoolManConnectionHandle
 
setTypeMap(Map) - Method in class com.codestudio.sql.PoolManConnection
 
setUnavailableConnections(int) - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
setUnicodeStream(int, InputStream, int) - Method in class com.codestudio.sql.PoolManPreparedStatement
 
setUrl(String) - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
setURL(String) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setURL(String) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setURL(String) - Method in class com.codestudio.management.DataSourceService
 
setUser(String) - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
setUserName(String) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setUserName(String) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setUserName(String) - Method in class com.codestudio.management.DataSourceService
 
setUserTimeout(int) - Method in class com.codestudio.util.PoolMetaData
 
setUserTimeout(int) - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
setUserTimeout(int) - Method in class com.codestudio.management.ObjectPoolService
 
setUsingCache(boolean) - Method in class com.codestudio.bean.struts.PoolManMetricsBean
 
setValidationQuery(String) - Method in class com.codestudio.util.JDBCPoolMetaData
 
setValidationQuery(String) - Method in interface com.codestudio.management.DataSourceServiceMBean
 
setValidationQuery(String) - Method in class com.codestudio.management.DataSourceService
 
size() - Method in class com.codestudio.util.SQLResult
 
size() - Method in class com.codestudio.util.SQLCache
Return the size of the cache as an integer.
skimmer - Variable in class com.codestudio.util.ObjectPool
 
sleeptime - Variable in class com.codestudio.util.SQLCache
 
sql - Variable in class com.codestudio.bean.struts.PoolManActionFormBean
 
SQL_QUERY - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
SQLCache - class com.codestudio.util.SQLCache.
 
SQLCache(JDBCPool) - Constructor for class com.codestudio.util.SQLCache
 
SQLCache(JDBCPool, int, int) - Constructor for class com.codestudio.util.SQLCache
 
SQLManager - class com.codestudio.util.SQLManager.
 
SQLResult - class com.codestudio.util.SQLResult.
SQLResult is a simplified means of keeping track of results returned from SQL queries.
SQLResult(Hashtable[]) - Constructor for class com.codestudio.util.SQLResult
Build a SQLResult object from an array of Hashtables returned from a SQLUtil query.
sqlString - Variable in class com.codestudio.sql.PoolManStatement
 
SQLUtil - class com.codestudio.util.SQLUtil.
A utility class that is capable of performing any sql operation.
start() - Static method in class com.codestudio.sql.PoolMan
Convenience method, not necessary if lazy loading is preferred.
start() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
start() - Method in class com.codestudio.management.ObjectPoolService
 
start() - Method in class com.codestudio.management.DataSourceService
 
start() - Method in class com.codestudio.management.GenericPoolService
 
STARTED - Static variable in class com.codestudio.sql.PoolMan
 
startElement(String, AttributeList) - Method in class com.codestudio.management.ConfigParser
 
stop() - Method in interface com.codestudio.management.ObjectPoolServiceMBean
 
stop() - Method in class com.codestudio.management.ObjectPoolService
 
stop() - Method in class com.codestudio.management.DataSourceService
 
stop() - Method in class com.codestudio.management.GenericPoolService
 

T

tableName - Variable in class com.codestudio.sql.Result
 
toHtml() - Method in class com.codestudio.util.SQLResult
 
toString() - Method in class com.codestudio.util.SQLResult
 
toString() - Method in class com.codestudio.sql.Result
 
toString() - Method in class com.codestudio.sql.PoolManStatement
 
toString() - Method in class com.codestudio.sql.PoolManPreparedStatement
 
toString() - Method in class com.codestudio.sql.PoolManCallableStatement
 
toString() - Method in class com.codestudio.sql.PoolManConnectionHandle
 
toString() - Method in class com.codestudio.sql.PoolManDataSource
 
toString() - Method in class com.codestudio.sql.PoolManConnection
 
TOTAL_CONS - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
totalConnections - Variable in class com.codestudio.bean.struts.PoolManMetricsBean
 
touch() - Method in class com.codestudio.sql.PoolManConnection
Update the locked table in ObjectPool to prevent the object from timing out.
type - Variable in class com.codestudio.sql.Result
 

U

UNAVAIL_CONS - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
unavailableCons - Variable in class com.codestudio.bean.struts.PoolManMetricsBean
 
undeployDataSource() - Method in class com.codestudio.util.JDBCPool
 
unlocked - Variable in class com.codestudio.util.ObjectPool
 
updateAsciiStream(int, InputStream, int) - Method in class com.codestudio.sql.PoolManResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class com.codestudio.sql.PoolManResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class com.codestudio.sql.PoolManResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class com.codestudio.sql.PoolManResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.codestudio.sql.PoolManResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class com.codestudio.sql.PoolManResultSet
 
updateBoolean(int, boolean) - Method in class com.codestudio.sql.PoolManResultSet
 
updateBoolean(String, boolean) - Method in class com.codestudio.sql.PoolManResultSet
 
updateByte(int, byte) - Method in class com.codestudio.sql.PoolManResultSet
 
updateByte(String, byte) - Method in class com.codestudio.sql.PoolManResultSet
 
updateBytes(int, byte[]) - Method in class com.codestudio.sql.PoolManResultSet
 
updateBytes(String, byte[]) - Method in class com.codestudio.sql.PoolManResultSet
 
updateCharacterStream(int, Reader, int) - Method in class com.codestudio.sql.PoolManResultSet
 
updateCharacterStream(String, Reader, int) - Method in class com.codestudio.sql.PoolManResultSet
 
updateDate(int, Date) - Method in class com.codestudio.sql.PoolManResultSet
 
updateDate(String, Date) - Method in class com.codestudio.sql.PoolManResultSet
 
updateDouble(int, double) - Method in class com.codestudio.sql.PoolManResultSet
 
updateDouble(String, double) - Method in class com.codestudio.sql.PoolManResultSet
 
updateFloat(int, float) - Method in class com.codestudio.sql.PoolManResultSet
 
updateFloat(String, float) - Method in class com.codestudio.sql.PoolManResultSet
 
updateInt(int, int) - Method in class com.codestudio.sql.PoolManResultSet
 
updateInt(String, int) - Method in class com.codestudio.sql.PoolManResultSet
 
updateLocked(PooledObject) - Method in class com.codestudio.util.ObjectPool
 
updateLong(int, long) - Method in class com.codestudio.sql.PoolManResultSet
 
updateLong(String, long) - Method in class com.codestudio.sql.PoolManResultSet
 
updateNull(int) - Method in class com.codestudio.sql.PoolManResultSet
 
updateNull(String) - Method in class com.codestudio.sql.PoolManResultSet
 
updateObject(int, Object) - Method in class com.codestudio.sql.PoolManResultSet
 
updateObject(int, Object, int) - Method in class com.codestudio.sql.PoolManResultSet
 
updateObject(String, Object) - Method in class com.codestudio.sql.PoolManResultSet
 
updateObject(String, Object, int) - Method in class com.codestudio.sql.PoolManResultSet
 
updateRow() - Method in class com.codestudio.sql.PoolManResultSet
Update the row with the new Result objects in updatedResults.
updateShort(int, short) - Method in class com.codestudio.sql.PoolManResultSet
 
updateShort(String, short) - Method in class com.codestudio.sql.PoolManResultSet
 
updateString(int, String) - Method in class com.codestudio.sql.PoolManResultSet
 
updateString(String, String) - Method in class com.codestudio.sql.PoolManResultSet
 
updateTime(int, Time) - Method in class com.codestudio.sql.PoolManResultSet
 
updateTime(String, Time) - Method in class com.codestudio.sql.PoolManResultSet
 
updateTimestamp(int, Timestamp) - Method in class com.codestudio.sql.PoolManResultSet
 
updateTimestamp(String, Timestamp) - Method in class com.codestudio.sql.PoolManResultSet
 
url - Variable in class com.codestudio.bean.struts.PoolManMetricsBean
 
user - Variable in class com.codestudio.bean.struts.PoolManMetricsBean
 
USING_CACHE - Static variable in class com.codestudio.bean.velocity.PoolManVelocityServlet
 
usingCache - Variable in class com.codestudio.bean.struts.PoolManMetricsBean
 
usingCache() - Method in class com.codestudio.util.JDBCPool
Determine whether or not this pool is using a SQLCache (configured in poolman.xml and disabled by default).

V

validate(Object) - Method in class com.codestudio.util.ObjectPool
 
validate(Object) - Method in class com.codestudio.util.JDBCPool
Checks to see if the current connection is valid.
validate(Object) - Method in class com.codestudio.util.GenericPool
 
VERSIONID - Static variable in class com.codestudio.sql.PoolMan
 

W

wasNull() - Method in class com.codestudio.sql.PoolManCallableStatement
 
wasNull() - Method in class com.codestudio.sql.PoolManResultSet
 

X

XML_CONFIG_FILE - Static variable in interface com.codestudio.PoolManConstants
 
XML_CONFIG_FILE - Static variable in class com.codestudio.sql.PoolMan
 

A B C D E F G H I J L M N O P Q R S T U V W X

Copyright © 1999-2001 The Code Studio. All Rights Reserved.