public class OpenEJBTransactionService extends Object implements org.apache.webbeans.spi.TransactionService
| Constructor and Description |
|---|
OpenEJBTransactionService() |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
getTransaction() |
TransactionManager |
getTransactionManager() |
UserTransaction |
getUserTransaction() |
org.apache.webbeans.config.WebBeansContext |
getWebBeansContext() |
void |
registerTransactionSynchronization(javax.enterprise.event.TransactionPhase phase,
javax.enterprise.inject.spi.ObserverMethod<? super Object> observer,
Object event) |
void |
setWebBeansContext(org.apache.webbeans.config.WebBeansContext webBeansContext) |
public Transaction getTransaction()
getTransaction in interface org.apache.webbeans.spi.TransactionServicepublic TransactionManager getTransactionManager()
getTransactionManager in interface org.apache.webbeans.spi.TransactionServicepublic UserTransaction getUserTransaction()
getUserTransaction in interface org.apache.webbeans.spi.TransactionServicepublic void registerTransactionSynchronization(javax.enterprise.event.TransactionPhase phase,
javax.enterprise.inject.spi.ObserverMethod<? super Object> observer,
Object event)
throws Exception
registerTransactionSynchronization in interface org.apache.webbeans.spi.TransactionServiceExceptionpublic void setWebBeansContext(org.apache.webbeans.config.WebBeansContext webBeansContext)
public org.apache.webbeans.config.WebBeansContext getWebBeansContext()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.