Package | Description |
---|---|
org.jboss.jca.core.api.connectionmanager.pool |
This package contains the pool API for the connection manager.
|
org.jboss.jca.core.api.management |
This package contains management view of the container in a non-technology specific way.
|
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.
|
org.jboss.jca.core.spi.statistics |
This package contains the SPI for exposing statistics information from the resource adapter.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PoolStatistics
The pool statistics
|
Modifier and Type | Method and Description |
---|---|
StatisticsPlugin |
AdminObject.getStatistics()
Get the statistics
|
StatisticsPlugin |
ManagedConnectionFactory.getStatistics()
Get the statistics
|
StatisticsPlugin |
ResourceAdapter.getStatistics()
Get the statistics
|
StatisticsPlugin |
DataSource.getStatistics()
Get the statistics instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSource.setStatistics(StatisticsPlugin v)
Set the statistics
|
Modifier and Type | Class and Description |
---|---|
class |
PoolStatisticsImpl
Pool 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.
|
Modifier and Type | Method and Description |
---|---|
StatisticsPlugin |
Statistics.getStatistics()
Get the statistics plugin
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)