Uses of Interface
org.jboss.jca.core.spi.statistics.StatisticsPlugin

Packages that use StatisticsPlugin
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. 
 

Uses of StatisticsPlugin in org.jboss.jca.core.api.connectionmanager.pool
 

Subinterfaces of StatisticsPlugin in org.jboss.jca.core.api.connectionmanager.pool
 interface PoolStatistics
          The pool statistics
 

Uses of StatisticsPlugin in org.jboss.jca.core.api.management
 

Methods in org.jboss.jca.core.api.management that return StatisticsPlugin
 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
 

Methods in org.jboss.jca.core.api.management with parameters of type StatisticsPlugin
 void DataSource.setStatistics(StatisticsPlugin v)
          Set the statistics
 

Uses of StatisticsPlugin in org.jboss.jca.core.spi.statistics
 

Methods in org.jboss.jca.core.spi.statistics that return StatisticsPlugin
 StatisticsPlugin Statistics.getStatistics()
          Get the statistics plugin
 



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)