Uses of Interface
org.glassfish.jdbc.config.JdbcConnectionPool
-
Packages that use JdbcConnectionPool Package Description org.glassfish.jdbc.config org.glassfish.jdbc.deployer org.glassfish.jdbc.recovery org.glassfish.jdbc.util -
-
Uses of JdbcConnectionPool in org.glassfish.jdbc.config
Methods in org.glassfish.jdbc.config with parameters of type JdbcConnectionPool Modifier and Type Method Description static StringJdbcConnectionPool.Duck. getIdentity(JdbcConnectionPool resource) -
Uses of JdbcConnectionPool in org.glassfish.jdbc.deployer
Methods in org.glassfish.jdbc.deployer with parameters of type JdbcConnectionPool Modifier and Type Method Description ConnectorConnectionPoolJdbcConnectionPoolDeployer. createConnectorConnectionPool(JdbcConnectionPool adminPool, PoolInfo poolInfo) -
Uses of JdbcConnectionPool in org.glassfish.jdbc.recovery
Methods in org.glassfish.jdbc.recovery with parameters of type JdbcConnectionPool Modifier and Type Method Description String[]JdbcRecoveryResourceHandler. getdbUserPasswordOfJdbcConnectionPool(JdbcConnectionPool jdbcConnectionPool)gets the user-name & password for the jdbc-connection-pool -
Uses of JdbcConnectionPool in org.glassfish.jdbc.util
Methods in org.glassfish.jdbc.util that return JdbcConnectionPool Modifier and Type Method Description JdbcConnectionPoolJdbcResourcesUtil. getJdbcConnectionPoolOfResource(ResourceInfo resourceInfo)Methods in org.glassfish.jdbc.util with parameters of type JdbcConnectionPool Modifier and Type Method Description StringJdbcResourcesUtil. getRANameofJdbcConnectionPool(JdbcConnectionPool pool)This method takes in an admin JdbcConnectionPool and returns the RA that it belongs to.
-