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 removeListener(org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener listener)
          
 
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


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