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

java.lang.Object
  extended by org.jboss.jca.core.tx.jbossts.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(org.jboss.tm.usertx.UserTransactionRegistry delegator)
          Constructor
 
Method Summary
 void addListener(org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener listener)
          Add a listener
 void removeListener(org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener listener)
          Remove a listener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTransactionRegistryImpl

public UserTransactionRegistryImpl(org.jboss.tm.usertx.UserTransactionRegistry delegator)
Constructor

Parameters:
delegator - The delegator instance
Method Detail

addListener

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

Specified by:
addListener in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry
Parameters:
listener - The listener

removeListener

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

Specified by:
removeListener in interface org.jboss.jca.core.spi.transaction.usertx.UserTransactionRegistry
Parameters:
listener - The listener


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