You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
The Transaction Mediator can provide transaction functionality for its child mediators.
<syn:transaction action="commit|fault-if-no-tx|new|resume|suspend|rollback|use-existing-or-new" />

Action:
- Commit transaction (commit) - Marks the transaction as completed and ends the transaction.
- Fault if no transaction (fault-if-no-tx) - Goes to error handler if no transaction.
- Initiate new transaction (new) - Entry point for a new transaction.
- Resume transaction (resume) - Resumes a paused transaction.
- Suspend transaction (suspend) - Pauses a transaction.
- Rollback transaction (rollback) - Rolls back a transaction.
- Use existing or initiate transaction (use-existing-or new) - If a transaction already exists, continue it or create a new transaction.
