Uses of Class
com.sun.enterprise.resource.pool.monitor.ConnectionPoolAppProbeProvider
-
Packages that use ConnectionPoolAppProbeProvider Package Description com.sun.enterprise.connectors com.sun.enterprise.resource.pool.monitor org.glassfish.jdbc.pool.monitor org.glassfish.jdbcruntime -
-
Uses of ConnectionPoolAppProbeProvider in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return ConnectionPoolAppProbeProvider Modifier and Type Method Description ConnectionPoolAppProbeProviderConnectionPoolMonitoringExtension. registerConnectionPool(PoolInfo poolInfo, String appName)Register connection pool for Application based monitoring -
Uses of ConnectionPoolAppProbeProvider in com.sun.enterprise.resource.pool.monitor
Subclasses of ConnectionPoolAppProbeProvider in com.sun.enterprise.resource.pool.monitor Modifier and Type Class Description classConnectorConnPoolAppProbeProviderProbe provider interface for Connector connection pool related events to provide information related to the various objects on connector connection pool monitoring grouped by applications.Methods in com.sun.enterprise.resource.pool.monitor that return ConnectionPoolAppProbeProvider Modifier and Type Method Description ConnectionPoolAppProbeProviderConnectionPoolStatsProviderBootstrap. registerPool(PoolInfo poolInfo, String appName)Constructors in com.sun.enterprise.resource.pool.monitor with parameters of type ConnectionPoolAppProbeProvider Constructor Description ConnectionPoolAppEmitterImpl(String poolName, String appName, ConnectionPoolAppProbeProvider provider) -
Uses of ConnectionPoolAppProbeProvider in org.glassfish.jdbc.pool.monitor
Subclasses of ConnectionPoolAppProbeProvider in org.glassfish.jdbc.pool.monitor Modifier and Type Class Description classJdbcConnPoolAppProbeProviderProbe provider interface for JDBC connection pool related events to provide information related to the various objects on jdbc pool monitoring grouped by applications. -
Uses of ConnectionPoolAppProbeProvider in org.glassfish.jdbcruntime
Methods in org.glassfish.jdbcruntime that return ConnectionPoolAppProbeProvider Modifier and Type Method Description ConnectionPoolAppProbeProviderJdbcPoolMonitoringExtension. registerConnectionPool(PoolInfo poolInfo, String appName)Register the jdbc connection pool Stats Provider object to the monitoring framework under the specific application name monitoring sub tree.
-