org.apache.webbeans.ejb.service
Class OpenEJBTransactionService
java.lang.Object
org.apache.webbeans.ejb.service.OpenEJBTransactionService
- All Implemented Interfaces:
- TransactionService
public class OpenEJBTransactionService
- extends Object
- implements TransactionService
| 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 TransactionService
getTransactionManager
public TransactionManager getTransactionManager()
- Specified by:
getTransactionManager in interface TransactionService
getUserTransaction
public UserTransaction getUserTransaction()
- Specified by:
getUserTransaction in interface TransactionService
registerTransactionSynchronization
public void registerTransactionSynchronization(TransactionPhase phase,
ObserverMethod<? super Object> observer,
Object event)
throws Exception
- Specified by:
registerTransactionSynchronization in interface TransactionService
- Throws:
Exception
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.