org.apache.openejb.cdi
Class OpenEJBTransactionService
java.lang.Object
org.apache.openejb.cdi.OpenEJBTransactionService
- All Implemented Interfaces:
- org.apache.webbeans.spi.TransactionService
public class OpenEJBTransactionService
- extends Object
- implements org.apache.webbeans.spi.TransactionService
this is a copy of the class in the owb webbeans-openejb jar which we aren't using.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenEJBTransactionService
public OpenEJBTransactionService()
getTransaction
public Transaction getTransaction()
- Specified by:
getTransaction in interface org.apache.webbeans.spi.TransactionService
getTransactionManager
public TransactionManager getTransactionManager()
- Specified by:
getTransactionManager in interface org.apache.webbeans.spi.TransactionService
getUserTransaction
public UserTransaction getUserTransaction()
- Specified by:
getUserTransaction in interface org.apache.webbeans.spi.TransactionService
registerTransactionSynchronization
public void registerTransactionSynchronization(javax.enterprise.event.TransactionPhase phase,
javax.enterprise.inject.spi.ObserverMethod<? super Object> observer,
Object event)
throws Exception
- Specified by:
registerTransactionSynchronization in interface org.apache.webbeans.spi.TransactionService
- Throws:
Exception
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.