|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.application.container.spi.ejb.AbstractTransactionContext
public abstract class AbstractTransactionContext
TransactionContext
| Constructor Summary | |
|---|---|
protected |
AbstractTransactionContext(TransactionManager transactionManager)
Constructor |
| Method Summary | |
|---|---|
protected void |
endFail()
Abort an EJB business method invocation |
protected void |
endSuccess()
Terminate an EJB business method invocation |
protected void |
start(TransactionAttribute transactionAttribute)
Start an EJB business method invocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractTransactionContext(TransactionManager transactionManager)
| Method Detail |
|---|
protected void start(TransactionAttribute transactionAttribute)
throws TransactionRequiredException,
InvalidTransactionException,
SystemException,
NotSupportedException
transactionAttribute - TODO
NotSupportedException
SystemException
InvalidTransactionException
TransactionRequiredException
protected void endSuccess()
throws InvalidTransactionException,
IllegalStateException,
SystemException,
SecurityException,
RollbackException,
HeuristicMixedException,
HeuristicRollbackException
SystemException
IllegalStateException
InvalidTransactionException
HeuristicRollbackException
HeuristicMixedException
RollbackException
SecurityException
protected void endFail()
throws IllegalStateException,
SecurityException,
SystemException,
InvalidTransactionException
SystemException
SecurityException
IllegalStateException
InvalidTransactionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||