Uses of Interface
org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener

Packages that use UserTransactionListener
org.jboss.jca.core.api.connectionmanager.ccm This package contains the API for the cached connection manager. 
org.jboss.jca.core.spi.transaction.usertx This package contains interfaces and classes for integration with UserTransactions. 
 

Uses of UserTransactionListener in org.jboss.jca.core.api.connectionmanager.ccm
 

Subinterfaces of UserTransactionListener in org.jboss.jca.core.api.connectionmanager.ccm
 interface CachedConnectionManager
          CacheConnectionManager.
 

Uses of UserTransactionListener in org.jboss.jca.core.spi.transaction.usertx
 

Methods in org.jboss.jca.core.spi.transaction.usertx with parameters of type UserTransactionListener
 void UserTransactionRegistry.addListener(UserTransactionListener listener)
          Add a listener
 void UserTransactionRegistry.removeListener(UserTransactionListener listener)
          Remove a listener
 



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)