|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RollbackListener
The RollbackListener interface defines the callback operations that
enable a Resource Adaptor to be notified of the outcome of an asynchronous
rollback operation. An asynchronous rollback operation is performed by invoking
either SleeTransaction.asyncRollback(javax.slee.transaction.RollbackListener) or SleeTransactionManager.asyncRollback(javax.slee.transaction.RollbackListener).
| Method Summary | |
|---|---|
void |
rolledBack()
This method is invoked by the SLEE to indicate the transaction rollback was successful. |
void |
systemException(javax.transaction.SystemException se)
This method is invoked by the SLEE to indicate that the transaction manager encountered an unexpected error while attempting to roll back the transaction. |
| Method Detail |
|---|
void rolledBack()
void systemException(javax.transaction.SystemException se)
se - the SystemException which may provide information
about the unexpected error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||