Uses of Interface
org.jboss.resource.connectionmanager.BaseConnectionManager2MBean

Packages that use BaseConnectionManager2MBean
org.jboss.resource.connectionmanager   
 

Uses of BaseConnectionManager2MBean in org.jboss.resource.connectionmanager
 

Subinterfaces of BaseConnectionManager2MBean in org.jboss.resource.connectionmanager
 interface NoTxConnectionManagerMBean
          MBean interface.
 interface TxConnectionManagerMBean
          MBean interface.
 

Classes in org.jboss.resource.connectionmanager that implement BaseConnectionManager2MBean
 class BaseConnectionManager2
          The BaseConnectionManager2 is an abstract base class for JBoss ConnectionManager implementations.
 class NoTxConnectionManager
          The NoTxConnectionManager is an simple extension class of the BaseConnectionManager2 for use with jca adapters with no transaction support.
 class TxConnectionManager
          The TxConnectionManager is a JBoss ConnectionManager implementation for jca adapters implementing LocalTransaction and XAResource support.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.