Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.management.j2ee
Interface JCAConnectionStats  view JCAConnectionStats download JCAConnectionStats.java

All Superinterfaces:
java.io.Serializable, Stats
All Known Subinterfaces:
JCAConnectionPoolStats

public interface JCAConnectionStats
extends Stats

Represents the statistics provided by a JCA connection

Version:
$Revision: 1.1 $

Revisions:

200112009 Andreas Schaefer:

  • Adjustment to the new JBoss guide lines and also adjustments to the latest JSR-77 specification

Method Summary
 javax.management.ObjectName getConnectionFactory()
           
 java.lang.Object getManagedConnectionFactory()
           
 TimeStatistic getUseTime()
           
 TimeStatistic getWaitTime()
           
 
Methods inherited from interface javax.management.j2ee.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getConnectionFactory

public javax.management.ObjectName getConnectionFactory()

getManagedConnectionFactory

public java.lang.Object getManagedConnectionFactory()

getWaitTime

public TimeStatistic getWaitTime()

getUseTime

public TimeStatistic getUseTime()