Package | Description |
---|---|
org.jboss.jca.core.api.connectionmanager.pool |
This package contains the pool API for the connection manager.
|
org.jboss.jca.core.connectionmanager.pool |
This package contains the connection pool implementation.
|
org.jboss.jca.core.connectionmanager.pool.mcp |
This package contains the managed connection pool implementations and the
factory to create one with.
|
Modifier and Type | Method and Description |
---|---|
PoolStatistics |
Pool.getStatistics()
Get the statistics
|
Modifier and Type | Class and Description |
---|---|
class |
PoolStatisticsImpl
Pool statistics
|
Modifier and Type | Method and Description |
---|---|
PoolStatistics |
AbstractPool.getStatistics()
Get the statistics
|
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedConnectionPoolStatistics
Statistics for a managed connection pool
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedConnectionPoolStatisticsImpl
Core statistics.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)