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.spi.statistics |
This package contains the SPI for exposing statistics information from the resource adapter.
|
org.jboss.jca.core.spi.transaction |
This package contains the transaction SPI that defines extensions to JTA 1.1
|
Modifier and Type | Interface and Description |
---|---|
interface |
PoolStatistics
The pool statistics
|
Modifier and Type | Method and Description |
---|---|
StatisticsPlugin |
ResourceAdapter.getStatistics()
Get the statistics
|
StatisticsPlugin |
ManagedConnectionFactory.getStatistics()
Get the statistics
|
StatisticsPlugin |
DataSource.getStatistics()
Get the statistics instance.
|
StatisticsPlugin |
AdminObject.getStatistics()
Get the statistics
|
Modifier and Type | Method and Description |
---|---|
void |
DataSource.setStatistics(StatisticsPlugin v)
Set the statistics
|
Modifier and Type | Method and Description |
---|---|
StatisticsPlugin |
Statistics.getStatistics()
Get the statistics plugin
|
Modifier and Type | Interface and Description |
---|---|
interface |
XAResourceStatistics
XAResource statistics
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.