C D G I O R S T

C

createInstance() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 

D

DelayedValidationQueryResolver - Interface in org.jasig.portlet.utils.jdbc
Allows for a DataSource to have the appropriate validation query found
DelayedValidationQueryResolver.ValidationQueryRegistrationHandler - Interface in org.jasig.portlet.utils.jdbc
Callback used by DelayedValidationQueryResolver.registerValidationQueryCallback(javax.sql.DataSource, org.jasig.portlet.utils.jdbc.DelayedValidationQueryResolver.ValidationQueryRegistrationHandler) to register the validation query
destroyInstance(DataSource) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 

G

getAbandonWhenPercentageFull() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getCommitOnReturn() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getConnectionProperties() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getDataSource() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getDataSourceJNDI() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getDbProperties() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getDefaultAutoCommit() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getDefaultCatalog() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getDefaultReadOnly() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getDefaultTransactionIsolation() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getDriverClassName() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getInitialSize() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getInitSQL() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getJdbcInterceptors() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getJdbcInterceptorsAsArray() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getLogValidationErrors() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getMaxActive() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getMaxAge() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getMaxIdle() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getMaxWait() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getMinEvictableIdleTimeMillis() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getMinIdle() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getName() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getNumTestsPerEvictionRun() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getObjectType() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getPassword() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getPoolName() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getPropagateInterruptState() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getRemoveAbandonedTimeout() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getRollbackOnReturn() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getSuspectTimeout() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getTimeBetweenEvictionRunsMillis() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getUrl() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getUseDisposableConnectionFacade() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getUseLock() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getUsername() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getValidationInterval() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getValidationQuery() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getValidator() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
getValidatorClassName() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 

I

isAccessToUnderlyingConnectionAllowed() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isAlternateUsernameAllowed() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isDefaultAutoCommit() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isDefaultReadOnly() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isFairQueue() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isJmxEnabled() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isLogAbandoned() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isPoolSweeperEnabled() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isRemoveAbandoned() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isTestOnBorrow() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isTestOnConnect() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isTestOnReturn() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isTestWhileIdle() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
isUseEquals() - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 

O

org.jasig.portlet.utils.jdbc - package org.jasig.portlet.utils.jdbc
 

R

registerValidationQueryCallback(DataSource, DelayedValidationQueryResolver.ValidationQueryRegistrationHandler) - Method in interface org.jasig.portlet.utils.jdbc.DelayedValidationQueryResolver
 

S

setAbandonWhenPercentageFull(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setAlternateUsernameAllowed(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setBaseObjectName(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setBeanName(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setCommitOnReturn(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setConnectionProperties(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setDataSource(Object) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setDataSourceJNDI(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setDbProperties(Properties) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setDefaultAutoCommit(Boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setDefaultCatalog(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setDefaultReadOnly(Boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setDefaultTransactionIsolation(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setDelayedValidationQueryResolver(DelayedValidationQueryResolver) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setDriverClassName(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setFairQueue(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setInitialSize(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setInitSQL(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setJdbcInterceptors(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setJmxEnabled(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setLogAbandoned(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setLogValidationErrors(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setMaxActive(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setMaxAge(long) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setMaxIdle(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setMaxWait(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setmBeanServer(MBeanServer) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setMinEvictableIdleTimeMillis(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setMinIdle(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setName(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setNumTestsPerEvictionRun(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setPassword(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setPropagateInterruptState(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setRemoveAbandoned(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setRemoveAbandonedTimeout(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setRollbackOnReturn(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setSuspectTimeout(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setTestOnBorrow(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setTestOnConnect(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setTestOnReturn(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setTestWhileIdle(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setTimeBetweenEvictionRunsMillis(int) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setUrl(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setUseDisposableConnectionFacade(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setUseEquals(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setUseLock(boolean) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setUsername(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setValidationInterval(long) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setValidationQuery(String) - Method in interface org.jasig.portlet.utils.jdbc.DelayedValidationQueryResolver.ValidationQueryRegistrationHandler
 
setValidationQuery(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setValidator(Validator) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 
setValidatorClassName(String) - Method in class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 

T

TomcatDataSourceFactory - Class in org.jasig.portlet.utils.jdbc
Factory bean that creates a Tomcat Pooled DataSource instance.
TomcatDataSourceFactory() - Constructor for class org.jasig.portlet.utils.jdbc.TomcatDataSourceFactory
 

C D G I O R S T

Copyright © 2012 Jasig. All Rights Reserved.