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

java.lang.Object
  extended by org.jboss.jca.core.tx.jbossts.UserTransactionListenerImpl
All Implemented Interfaces:
EventListener, org.jboss.tm.usertx.UserTransactionListener

public class UserTransactionListenerImpl
extends Object
implements org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener, org.jboss.tm.usertx.UserTransactionListener

UserTransactionListener implementation

Author:
Jesper Pedersen

Constructor Summary
UserTransactionListenerImpl(org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener utl)
          Constructor
 
Method Summary
 void userTransactionStarted()
          An user transaction has started
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTransactionListenerImpl

public UserTransactionListenerImpl(org.jboss.jca.core.spi.transaction.usertx.UserTransactionListener utl)
Constructor

Parameters:
utl - The user transaction listener
Method Detail

userTransactionStarted

public void userTransactionStarted()
                            throws SystemException
An user transaction has started

Specified by:
userTransactionStarted in interface org.jboss.tm.usertx.UserTransactionListener
Throws:
SystemException - Thrown in case of an error


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