org.jboss.jca.core.spi.statistics
Interface Statistics


public interface Statistics

Defines the contract for a statistics enabled resource adapter. This interface can be applied to ManagedConnectionFactory, ResourceAdapter and AdminObject instances.

Author:
Jesper Pedersen

Method Summary
 StatisticsPlugin getStatistics()
          Get the statistics plugin
 

Method Detail

getStatistics

StatisticsPlugin getStatistics()
Get the statistics plugin

Returns:
The value


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