org.jboss.jca.core.tx.noopts
Class UserTransactionRegistryImpl

java.lang.Object
  extended by org.jboss.jca.core.tx.noopts.UserTransactionRegistryImpl
All Implemented Interfaces:
org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry

public class UserTransactionRegistryImpl
extends Object
implements org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry

UserTransactionRegistry implementation.

Author:
Jesper Pedersen

Constructor Summary
UserTransactionRegistryImpl()
          Constructor
 
Method Summary
 void addListener(org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener listener)
          
 void addProvider(org.jboss.jca.core.spi.transaction.usertx.UserTransactionProvider provider)
          
 void removeListener(org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener listener)
          
 void removeProvider(org.jboss.jca.core.spi.transaction.usertx.UserTransactionProvider provider)
          
 void userTransactionStarted()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTransactionRegistryImpl

public UserTransactionRegistryImpl()
Constructor

Method Detail

addListener

public void addListener(org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener listener)

Specified by:
addListener in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry

removeListener

public void removeListener(org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener listener)

Specified by:
removeListener in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry

addProvider

public void addProvider(org.jboss.jca.core.spi.transaction.usertx.UserTransactionProvider provider)

Specified by:
addProvider in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry

removeProvider

public void removeProvider(org.jboss.jca.core.spi.transaction.usertx.UserTransactionProvider provider)

Specified by:
removeProvider in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry

userTransactionStarted

public void userTransactionStarted()

Specified by:
userTransactionStarted in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry


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