@Service public class JdbcPoolMonitoringExtension extends Object implements com.sun.enterprise.connectors.ConnectionPoolMonitoringExtension
| Constructor and Description |
|---|
JdbcPoolMonitoringExtension() |
| Modifier and Type | Method and Description |
|---|---|
JdbcConnPoolProbeProvider |
createProbeProvider() |
com.sun.enterprise.resource.pool.monitor.ConnectionPoolProbeProviderUtil |
getProbeProviderUtil() |
com.sun.enterprise.resource.pool.monitor.ConnectionPoolAppProbeProvider |
registerConnectionPool(org.glassfish.resourcebase.resources.api.PoolInfo poolInfo,
String appName)
Register the jdbc connection pool Stats Provider object to the
monitoring framework under the specific application name monitoring
sub tree.
|
void |
registerPool(org.glassfish.resourcebase.resources.api.PoolInfo poolInfo)
Register jdbc connection pool to the StatsProviderManager.
|
void |
unRegisterConnectionPool()
Unregister the AppStatsProviders registered for this connection pool.
|
void |
unregisterPool(org.glassfish.resourcebase.resources.api.PoolInfo poolInfo)
Unregister Jdbc Connection pool from the StatsProviderManager.
|
public com.sun.enterprise.resource.pool.monitor.ConnectionPoolProbeProviderUtil getProbeProviderUtil()
public void registerPool(org.glassfish.resourcebase.resources.api.PoolInfo poolInfo)
registerPool in interface com.sun.enterprise.connectors.ConnectionPoolMonitoringExtensionpoolInfo - public void unregisterPool(org.glassfish.resourcebase.resources.api.PoolInfo poolInfo)
unregisterPool in interface com.sun.enterprise.connectors.ConnectionPoolMonitoringExtensionpoolInfo - public com.sun.enterprise.resource.pool.monitor.ConnectionPoolAppProbeProvider registerConnectionPool(org.glassfish.resourcebase.resources.api.PoolInfo poolInfo,
String appName)
registerConnectionPool in interface com.sun.enterprise.connectors.ConnectionPoolMonitoringExtensionappName - public void unRegisterConnectionPool()
unRegisterConnectionPool in interface com.sun.enterprise.connectors.ConnectionPoolMonitoringExtensionpublic JdbcConnPoolProbeProvider createProbeProvider()
createProbeProvider in interface com.sun.enterprise.connectors.ConnectionPoolMonitoringExtensionCopyright © 2013. All Rights Reserved.