org.jboss.ejb3.tx
Class EJB3UserTransactionProvider

java.lang.Object
  extended by org.jboss.ejb3.tx.EJB3UserTransactionProvider
All Implemented Interfaces:
org.jboss.tm.usertx.UserTransactionProvider

public class EJB3UserTransactionProvider
extends java.lang.Object
implements org.jboss.tm.usertx.UserTransactionProvider


Method Summary
static EJB3UserTransactionProvider getSingleton()
          Get the singleton
 void setTransactionRegistry(org.jboss.tm.usertx.UserTransactionRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSingleton

public static EJB3UserTransactionProvider getSingleton()
Get the singleton

Returns:
the singleton

setTransactionRegistry

public void setTransactionRegistry(org.jboss.tm.usertx.UserTransactionRegistry registry)
Specified by:
setTransactionRegistry in interface org.jboss.tm.usertx.UserTransactionProvider