|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The LocalTransaction interface is the transaction demarcation interface for transactions local to the resource manager. This interface is used for application level transaction demarcation, the spi.LocalTransaction interface is used for transaction management within a resource adapter. Implementation of this interface is optional for a resource manager.
Method Summary | |
void |
begin()
Begins a local transaction on the userlying resource. |
void |
commit()
Commits a local transaction on the userlying resource. |
void |
rollback()
Rolls back a local transaction on the userlying resource. |
Method Detail |
public void begin() throws ResourceException
ResourceException
public void commit() throws ResourceException
ResourceException
public void rollback() throws ResourceException
ResourceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |