KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > transaction > Transaction

javax.transaction
Interface Transaction

See Also:
Top Examples, Source Code

public void commit()
            throws RollbackException,
                   HeuristicMixedException,
                   HeuristicRollbackException,
                   SecurityException,
                   IllegalStateException,
                   SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean delistResource(XAResource xaRes,
                              int flag)
                       throws IllegalStateException,
                              SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean enlistResource(XAResource xaRes)
                       throws RollbackException,
                              IllegalStateException,
                              SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[1474]Could not enlist resource in transaction
By cqcbank { at } 163 { dot } com on 2005/07/07 21:04:36  Rate
I encountered a problom where getTuxedoConction 
 could not enlist resource in transaction: 
 Can you help me?


public int getStatus()
              throws SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void registerSynchronization(Synchronization sync)
                             throws RollbackException,
                                    IllegalStateException,
                                    SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void rollback()
              throws IllegalStateException,
                     SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setRollbackOnly()
                     throws IllegalStateException,
                            SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags