Uses of Interface
org.jboss.jca.common.api.metadata.common.CommonPool

Packages that use CommonPool
org.jboss.jca.common.api.metadata.common This package contains interfaces to define metadata api cpmmon in various xsds 
org.jboss.jca.common.api.metadata.ds This package contains interfaces to define metadata api for data_sources_1.0.xml 
org.jboss.jca.common.api.metadata.ds.v11 This package contains interfaces specific for the datasources:1.1 schema 
 

Uses of CommonPool in org.jboss.jca.common.api.metadata.common
 

Subinterfaces of CommonPool in org.jboss.jca.common.api.metadata.common
 interface CommonXaPool
          A XaPool.
 

Methods in org.jboss.jca.common.api.metadata.common that return CommonPool
 CommonPool CommonConnDef.getPool()
          Get the pool.
 

Uses of CommonPool in org.jboss.jca.common.api.metadata.ds
 

Methods in org.jboss.jca.common.api.metadata.ds that return CommonPool
 CommonPool DataSource.getPool()
          Get the pool.
 

Uses of CommonPool in org.jboss.jca.common.api.metadata.ds.v11
 

Subinterfaces of CommonPool in org.jboss.jca.common.api.metadata.ds.v11
 interface DsPool
          A pool for a datasource.
 interface DsXaPool
          A pool for an XA datasource.
 



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