|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jencks.factory.UserTransactionFactoryBean.GeronimoUserTransaction
This wrapper around the OnlineUserTransaction performs per-thread initialization of the geronimo transaction layer.
Constructor Summary | |
UserTransactionFactoryBean.GeronimoUserTransaction()
|
Method Summary | |
void |
begin()
|
void |
commit()
|
int |
getStatus()
|
void |
rollback()
|
void |
setRollbackOnly()
|
void |
setTransactionTimeout(int arg0)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserTransactionFactoryBean.GeronimoUserTransaction()
Method Detail |
public void begin() throws NotSupportedException, SystemException
begin
in interface UserTransaction
NotSupportedException
SystemException
public void commit() throws HeuristicMixedException, HeuristicRollbackException, IllegalStateException, RollbackException, SecurityException, SystemException
commit
in interface UserTransaction
HeuristicMixedException
HeuristicRollbackException
IllegalStateException
RollbackException
SecurityException
SystemException
public int getStatus() throws SystemException
getStatus
in interface UserTransaction
SystemException
public void rollback() throws IllegalStateException, SecurityException, SystemException
rollback
in interface UserTransaction
IllegalStateException
SecurityException
SystemException
public void setRollbackOnly() throws IllegalStateException, SystemException
setRollbackOnly
in interface UserTransaction
IllegalStateException
SystemException
public void setTransactionTimeout(int arg0) throws SystemException
setTransactionTimeout
in interface UserTransaction
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |