Index
All Classes and Interfaces|All Packages
C
- closeConnections(List) - Method in class org.glassfish.jdbc.recovery.JdbcRecoveryResourceHandler
- connectionAcquiredEvent(String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppProbeProvider
-
Emits probe event/notification that a connection is acquired by application for the given jdbc connection pool
poolNamebyappName - connectionAcquiredEvent(String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppStatsProvider
-
When a connection is acquired increment counter
- connectionAcquiredEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that a connection is acquired by application for the given jdbc connection pool
poolName - connectionAcquiredEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
When a connection is acquired increment counter
- connectionCreatedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that a new connection is created for the given jdbc connection pool
poolName - connectionCreatedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
When a connection is created increment counter
- connectionDestroyedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that a connection is destroyed for the given jdbc connection pool
poolName - connectionDestroyedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
When connection destroyed event is got increment numConnDestroyed.
- connectionMatchedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that a connection under test matches the current request for the given jdbc connection pool
poolName - connectionMatchedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
When connection under test matches the current request , increment numConnSuccessfullyMatched.
- connectionNotMatchedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that a connection under test does not match the current request for the given jdbc connection pool
poolName - connectionNotMatchedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
When a connection under test does not match the current request, increment numConnNotSuccessfullyMatched.
- connectionReleasedEvent(String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppProbeProvider
-
Emits probe event/notification that a connection is released for the given jdbc connection pool
poolNameby theappName - connectionReleasedEvent(String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppStatsProvider
-
When a connection is released increment counter
- connectionReleasedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that a connection is released for the given jdbc connection pool
poolName - connectionReleasedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
When a connection is released increment counter
- connectionRequestDequeuedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that the wait queue length has decreased for the given jdbc connection pool
poolName - connectionRequestDequeuedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
When an object is removed from the wait queue, decrement the waitQueueLength.
- connectionRequestQueuedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that the wait queue length has increased for the given jdbc connection pool
poolName - connectionRequestQueuedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
When an object is added to wait queue, increment the waitQueueLength.
- connectionRequestServedEvent(String, String, String, long) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that a connection request is served in the time
timeTakenInMillisfor the given jdbc connection poolpoolName - connectionRequestServedEvent(String, String, String, long) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
Event that a connection request is served in timeTakenInMillis.
- connectionsFreedEvent(String, String, String, int) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that the given jdbc connection pool
poolNamehas got a increment connections free event. - connectionsFreedEvent(String, String, String, int) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
Connections freed event
- connectionTimedOutEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that a jdbc connection pool with the given name
poolNamehas got a connection timed out event. - connectionTimedOutEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
Whenever connection timed-out event occurs, increment numConnTimedOut
- connectionUsedEvent(String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppProbeProvider
-
Emits probe event/notification that the given jdbc connection pool
poolNamefor theappNamehas got an increment connections used event. - connectionUsedEvent(String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppStatsProvider
-
Connection used event
- connectionUsedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that the given jdbc connection pool
poolNamehas got a increment connections used event. - connectionUsedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
Connection used event
- connectionValidationFailedEvent(String, String, String, int) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that the given jdbc connection pool
poolNamehas got a connection validation failed event. - connectionValidationFailedEvent(String, String, String, int) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
Whenever connection leak happens, increment numConnFailedValidation
- createInstance() - Static method in class org.glassfish.jdbc.util.JdbcResourcesUtil
- createProbeProvider() - Method in class org.glassfish.jdbcruntime.JdbcPoolMonitoringExtension
D
- DataSourceDefinitionDeployer - Class in org.glassfish.jdbc.deployer
- DataSourceDefinitionDeployer() - Constructor for class org.glassfish.jdbc.deployer.DataSourceDefinitionDeployer
- DataSourceDefinitionHandler - Class in org.glassfish.jdbcruntime.deployment.annotation.handlers
- DataSourceDefinitionHandler() - Constructor for class org.glassfish.jdbcruntime.deployment.annotation.handlers.DataSourceDefinitionHandler
- DataSourceDefinitionsHandler - Class in org.glassfish.jdbcruntime.deployment.annotation.handlers
- DataSourceDefinitionsHandler() - Constructor for class org.glassfish.jdbcruntime.deployment.annotation.handlers.DataSourceDefinitionsHandler
- decrementConnectionUsedEvent(String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppProbeProvider
-
Emits probe event/notification that the given jdbc connection pool
poolNamefor theappNamehas got a decrement connections used event. - decrementConnectionUsedEvent(String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppStatsProvider
- decrementConnectionUsedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that the given jdbc connection pool
poolNamehas got a decrement connections used event. - decrementConnectionUsedEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
Decrement numConnUsed event
- decrementNumConnFreeEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that the given jdbc connection pool
poolNamehas got a decrement free connections size event. - decrementNumConnFreeEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
Decrement numconnfree event
- DefaultDataSource - Class in org.glassfish.jdbcruntime
-
Naming Object Proxy to handle the Default Data Source.
- DefaultDataSource() - Constructor for class org.glassfish.jdbcruntime.DefaultDataSource
- deployResource(DataSourceDefinitionDescriptor) - Method in class org.glassfish.jdbc.deployer.DataSourceDefinitionDeployer
- deployResource(DataSourceDefinitionDescriptor, String, String) - Method in class org.glassfish.jdbc.deployer.DataSourceDefinitionDeployer
- deployResource(JdbcConnectionPool) - Method in class org.glassfish.jdbc.deployer.JdbcConnectionPoolDeployer
- deployResource(JdbcConnectionPool, String, String) - Method in class org.glassfish.jdbc.deployer.JdbcConnectionPoolDeployer
- deployResource(JdbcResource) - Method in class org.glassfish.jdbc.deployer.JdbcResourceDeployer
- deployResource(JdbcResource, String, String) - Method in class org.glassfish.jdbc.deployer.JdbcResourceDeployer
- disableResource(DataSourceDefinitionDescriptor) - Method in class org.glassfish.jdbc.deployer.DataSourceDefinitionDeployer
- disableResource(JdbcConnectionPool) - Method in class org.glassfish.jdbc.deployer.JdbcConnectionPoolDeployer
-
Disable the resource in the server's runtime naming context
- disableResource(JdbcResource) - Method in class org.glassfish.jdbc.deployer.JdbcResourceDeployer
E
- enableResource(DataSourceDefinitionDescriptor) - Method in class org.glassfish.jdbc.deployer.DataSourceDefinitionDeployer
- enableResource(JdbcConnectionPool) - Method in class org.glassfish.jdbc.deployer.JdbcConnectionPoolDeployer
-
Enable the resource in the server's runtime naming context
- enableResource(JdbcResource) - Method in class org.glassfish.jdbc.deployer.JdbcResourceDeployer
G
- getAllSystemRAResourcesAndPools() - Method in class org.glassfish.jdbcruntime.JdbcRuntimeExtension
- getAppName() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppStatsProvider
- getAverageConnWaitTime() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getConnection() - Method in class org.glassfish.jdbcruntime.service.JdbcDataSource
- getConnection(String, String) - Method in class org.glassfish.jdbcruntime.service.JdbcDataSource
- getConnRequestWaitTime() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getdbUserPasswordOfJdbcConnectionPool(JdbcConnectionPool) - Method in class org.glassfish.jdbc.recovery.JdbcRecoveryResourceHandler
-
gets the user-name invalid input: '&' password for the jdbc-connection-pool
- getDeferredResourceConfig(Object, Object, String, String) - Method in class org.glassfish.jdbcruntime.JdbcRuntimeExtension
- getJdbcAdminService() - Static method in class org.glassfish.jdbcruntime.service.JdbcAdminServiceImpl
- getJdbcConnectionPoolOfResource(ResourceInfo) - Method in class org.glassfish.jdbc.util.JdbcResourcesUtil
- getLogicalName() - Method in class org.glassfish.jdbcruntime.DefaultDataSource
- getLoginTimeout() - Method in class org.glassfish.jdbcruntime.service.JdbcDataSource
- getLogWriter() - Method in class org.glassfish.jdbcruntime.service.JdbcDataSource
- getNumConnAcquired() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppStatsProvider
- getNumConnAcquired() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getNumConnCreated() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getNumConnDestroyed() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getNumConnFailedValidation() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getNumConnFree() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getNumConnNotSuccessfullyMatched() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getNumConnReleased() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppStatsProvider
- getNumConnReleased() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getNumConnSuccessfullyMatched() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getNumConnTimedOut() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getNumConnUsed() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppStatsProvider
- getNumConnUsed() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getNumPotentialConnLeakCount() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getParentLogger() - Method in class org.glassfish.jdbcruntime.service.JdbcDataSource
- getPhysicalName() - Method in class org.glassfish.jdbcruntime.DefaultDataSource
- getPoolInfo() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getPoolName() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppStatsProvider
- getPoolNameFromResourceJndiName(ResourceInfo) - Method in class org.glassfish.jdbcruntime.JdbcRuntimeExtension
-
Gets the Pool name that this JDBC resource points to.
- getPoolRegistry() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- getProbeProviderUtil() - Method in class org.glassfish.jdbcruntime.JdbcPoolMonitoringExtension
- getProxyClassesForDynamicReconfiguration() - Method in class org.glassfish.jdbc.deployer.JdbcConnectionPoolDeployer
- getRANameofJdbcConnectionPool(JdbcConnectionPool) - Method in class org.glassfish.jdbc.util.JdbcResourcesUtil
-
This method takes in an admin JdbcConnectionPool and returns the RA that it belongs to.
- getResourceByName(Resources, Class<ResourcePool>, SimpleJndiName) - Static method in class org.glassfish.jdbc.util.JdbcResourcesUtil
- getResourcesOfPool(Resources, SimpleJndiName) - Static method in class org.glassfish.jdbc.util.JdbcResourcesUtil
- getResourceType(ConfigBeanProxy) - Method in class org.glassfish.jdbcruntime.JdbcRuntimeExtension
- getTypeDependencies() - Method in class org.glassfish.jdbcruntime.deployment.annotation.handlers.DataSourceDefinitionHandler
- getTypeDependencies() - Method in class org.glassfish.jdbcruntime.deployment.annotation.handlers.DataSourceDefinitionsHandler
- getValidationClassNames(String) - Method in class org.glassfish.jdbcruntime.service.JdbcAdminServiceImpl
-
Get Validation class names list for the classname that the jdbc connection pool refers to.
- getValidationTableNames(Connection, String) - Static method in class org.glassfish.jdbcruntime.service.JdbcAdminServiceImpl
-
Get Validation table names list for the catalog that the jdbc connection pool refers to.
- getValidationTableNames(PoolInfo) - Method in class org.glassfish.jdbcruntime.service.JdbcAdminServiceImpl
-
Get Validation table names list for the database that the jdbc connection pool refers to.
- getWaitQueueLength() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
H
- handle(String) - Method in class org.glassfish.jdbcruntime.DefaultDataSource
- handles(Object) - Method in class org.glassfish.jdbc.deployer.DataSourceDefinitionDeployer
- handles(Object) - Method in class org.glassfish.jdbc.deployer.JdbcConnectionPoolDeployer
- handles(Object) - Method in class org.glassfish.jdbc.deployer.JdbcResourceDeployer
I
- incrementNumConnFreeEvent(String, String, String, boolean, int) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that the given jdbc connection pool
poolNamehas got a increment free connections size event. - incrementNumConnFreeEvent(String, String, String, boolean, int) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
Increment numconnfree event
- isConnectionPoolReferredInServerInstance(PoolInfo) - Method in class org.glassfish.jdbcruntime.JdbcRuntimeExtension
-
Determines if a JDBC connection pool is referred in a server-instance via resource-refs
- isJdbcPoolReferredInServerInstance(PoolInfo) - Method in class org.glassfish.jdbc.util.JdbcResourcesUtil
-
Determines if a JDBC connection pool is referred in a server-instance via resource-refs
- isWrapperFor(Class<?>) - Method in class org.glassfish.jdbcruntime.service.JdbcDataSource
J
- JdbcAdminServiceImpl - Class in org.glassfish.jdbcruntime.service
-
Jdbc admin service performs Jdbc related operations for administration.
- JdbcAdminServiceImpl() - Constructor for class org.glassfish.jdbcruntime.service.JdbcAdminServiceImpl
-
Default constructor
- JdbcConnectionPoolDeployer - Class in org.glassfish.jdbc.deployer
-
Handles Jdbc connection pool events in the server instance.
- JdbcConnectionPoolDeployer() - Constructor for class org.glassfish.jdbc.deployer.JdbcConnectionPoolDeployer
- JdbcConnPoolAppProbeProvider - Class in org.glassfish.jdbc.pool.monitor
-
Probe provider interface for JDBC connection pool related events to provide information related to the various objects on jdbc pool monitoring grouped by applications.
- JdbcConnPoolAppProbeProvider() - Constructor for class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppProbeProvider
- JdbcConnPoolAppStatsProvider - Class in org.glassfish.jdbc.pool.monitor
-
StatsProvider object for Jdbc pool monitoring grouped by application names.
- JdbcConnPoolAppStatsProvider(PoolInfo, String) - Constructor for class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppStatsProvider
- JdbcConnPoolProbeProvider - Class in org.glassfish.jdbc.pool.monitor
-
Probe provider interface for JDBC connection pool related events to provide information related to the various objects on jdbc pool monitoring.
- JdbcConnPoolProbeProvider() - Constructor for class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
- JdbcConnPoolStatsProvider - Class in org.glassfish.jdbc.pool.monitor
-
StatsProvider object for Jdbc pool monitoring.
- JdbcConnPoolStatsProvider(PoolInfo) - Constructor for class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- JdbcDataSource - Class in org.glassfish.jdbcruntime.service
- JdbcDataSource(ResourceInfo) - Constructor for class org.glassfish.jdbcruntime.service.JdbcDataSource
- JdbcPoolMonitoringExtension - Class in org.glassfish.jdbcruntime
- JdbcPoolMonitoringExtension() - Constructor for class org.glassfish.jdbcruntime.JdbcPoolMonitoringExtension
- JdbcRecoveryResourceHandler - Class in org.glassfish.jdbc.recovery
-
Recovery Handler for Jdbc Resources
- JdbcRecoveryResourceHandler() - Constructor for class org.glassfish.jdbc.recovery.JdbcRecoveryResourceHandler
- JdbcResourceDeployer - Class in org.glassfish.jdbc.deployer
-
Handles Jdbc resource events in the server instance.
- JdbcResourceDeployer() - Constructor for class org.glassfish.jdbc.deployer.JdbcResourceDeployer
- JdbcResourcesUtil - Class in org.glassfish.jdbc.util
-
Utility class for JDBC related classes
- JdbcRuntimeExtension - Class in org.glassfish.jdbcruntime
- JdbcRuntimeExtension() - Constructor for class org.glassfish.jdbcruntime.JdbcRuntimeExtension
L
- loadXAResourcesAndItsConnections(List, List) - Method in class org.glassfish.jdbc.recovery.JdbcRecoveryResourceHandler
- lookupDataSourceInDAS(ResourceInfo) - Method in class org.glassfish.jdbcruntime.JdbcRuntimeExtension
-
Get a wrapper datasource specified by the jdbcjndi name This API is intended to be used in the DAS.
O
- org.glassfish.jdbc.deployer - package org.glassfish.jdbc.deployer
- org.glassfish.jdbc.pool.monitor - package org.glassfish.jdbc.pool.monitor
- org.glassfish.jdbc.recovery - package org.glassfish.jdbc.recovery
- org.glassfish.jdbc.util - package org.glassfish.jdbc.util
- org.glassfish.jdbcruntime - package org.glassfish.jdbcruntime
- org.glassfish.jdbcruntime.deployment.annotation.handlers - package org.glassfish.jdbcruntime.deployment.annotation.handlers
- org.glassfish.jdbcruntime.service - package org.glassfish.jdbcruntime.service
P
- potentialConnLeakEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
-
Emits probe event/notification that the pool with the given name
poolNameis having a potentialConnLeak event. - potentialConnLeakEvent(String, String, String) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
Whenever connection leak happens, increment numPotentialConnLeak
- processAnnotation(DataSourceDefinition, AnnotationInfo, ResourceContainerContext[]) - Method in class org.glassfish.jdbcruntime.deployment.annotation.handlers.DataSourceDefinitionHandler
- processAnnotation(AnnotationInfo, ResourceContainerContext[]) - Method in class org.glassfish.jdbcruntime.deployment.annotation.handlers.DataSourceDefinitionHandler
- processAnnotation(AnnotationInfo, ResourceContainerContext[]) - Method in class org.glassfish.jdbcruntime.deployment.annotation.handlers.DataSourceDefinitionsHandler
R
- redeployResource(JdbcConnectionPool) - Method in class org.glassfish.jdbc.deployer.JdbcConnectionPoolDeployer
- registerConnectionPool(PoolInfo, String) - Method in class org.glassfish.jdbcruntime.JdbcPoolMonitoringExtension
-
Register the jdbc connection pool Stats Provider object to the monitoring framework under the specific application name monitoring sub tree.
- registerDataSourceDefinitions(Application) - Method in class org.glassfish.jdbc.deployer.DataSourceDefinitionDeployer
- registerDataSourceDefinitions(Application) - Method in class org.glassfish.jdbcruntime.JdbcRuntimeExtension
- registerPool(PoolInfo) - Method in class org.glassfish.jdbcruntime.JdbcPoolMonitoringExtension
-
Register jdbc connection pool to the StatsProviderManager.
- reset() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
-
Reset pool statistics.
S
- setLoginTimeout(int) - Method in class org.glassfish.jdbcruntime.service.JdbcDataSource
- setLogWriter(PrintWriter) - Method in class org.glassfish.jdbcruntime.service.JdbcDataSource
- setPoolRegistry(PoolLifeCycleListenerRegistry) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
T
- toString() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolAppStatsProvider
- toString() - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolStatsProvider
- toString(String, String, String, StringBuffer) - Method in class org.glassfish.jdbc.pool.monitor.JdbcConnPoolProbeProvider
U
- undeployResource(DataSourceDefinitionDescriptor) - Method in class org.glassfish.jdbc.deployer.DataSourceDefinitionDeployer
- undeployResource(DataSourceDefinitionDescriptor, String, String) - Method in class org.glassfish.jdbc.deployer.DataSourceDefinitionDeployer
- undeployResource(JdbcConnectionPool) - Method in class org.glassfish.jdbc.deployer.JdbcConnectionPoolDeployer
- undeployResource(JdbcConnectionPool, String, String) - Method in class org.glassfish.jdbc.deployer.JdbcConnectionPoolDeployer
- undeployResource(JdbcResource) - Method in class org.glassfish.jdbc.deployer.JdbcResourceDeployer
- undeployResource(JdbcResource, String, String) - Method in class org.glassfish.jdbc.deployer.JdbcResourceDeployer
- unRegisterConnectionPool() - Method in class org.glassfish.jdbcruntime.JdbcPoolMonitoringExtension
-
Unregister the AppStatsProviders registered for this connection pool.
- unRegisterDataSourceDefinitions(Application) - Method in class org.glassfish.jdbc.deployer.DataSourceDefinitionDeployer
- unRegisterDataSourceDefinitions(Application) - Method in class org.glassfish.jdbcruntime.JdbcRuntimeExtension
- unregisterPool(PoolInfo) - Method in class org.glassfish.jdbcruntime.JdbcPoolMonitoringExtension
-
Unregister Jdbc Connection pool from the StatsProviderManager.
- unwrap(Class<T>) - Method in class org.glassfish.jdbcruntime.service.JdbcDataSource
V
- validatePreservedResource(Application, Application, Resource, Resources) - Method in class org.glassfish.jdbc.deployer.DataSourceDefinitionDeployer
- validatePreservedResource(Application, Application, Resource, Resources) - Method in class org.glassfish.jdbc.deployer.JdbcConnectionPoolDeployer
- validatePreservedResource(Application, Application, Resource, Resources) - Method in class org.glassfish.jdbc.deployer.JdbcResourceDeployer
All Classes and Interfaces|All Packages