Commits or rolls back the current transaction.

Class Name

atg.dtm.EndTransactionDroplet

Component

/atg/dynamo/transaction/droplet/EndTransaction

Required Input Parameters

op

Specifies how to end the transaction with the setting commit or rollback.

Open Parameters

errorOutput

Rendered if an error occurs during the commit or rollback. Within the open parameter, the error is communicated through the following parameters:

successOutput

Rendered if the commit or rollback operation completes successfully.

Usage Notes

EndTransactionDroplet can be used in a page to manually commit or roll back the current transaction. Any errors that occur during the commit or rollback process are reported to an open parameter, thereby allowing the application to report transaction failures to the user. Any errors that occur are also logged.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices