[Enterprise Extensions only]

Synchronization::after_completion

Overview Informs the target object that the transaction that it represents has been completed.
Original interface CosTransactions::Synchronization Interface


Intended Usage

Called from within the Transaction Service. Informs the target object that the transaction that it represents has been completed. The current status of the transaction (as determined by the register_synchronization operation of the Coordinator Interface) is provided as input.

IDL Syntax

  void after_completion(in Status status);

Input parameters

status
The current status of the transaction, as determined by the Coordinator::register_synchronization operation.

Return values

None.