Post Commit Action BOM

A BOM for performing any post processing actions after the transaction for an Apply operation has been committed. This BOM can be implemented by providing an implementation of the interface curam.util.ctm.bom.PostCommitActionBOM. Note that unlike the other BOMs, a separate transaction is used for curam.util.ctm.bom.PostCommitActionBOM implementations, and that the BOMs are invoked after the Apply transaction has been committed. Therefore, again, unlike the other BOMs, implementations of this BOM cannot terminate the Apply process by rolling back the transaction. Please refer to the Javadoc for curam.util.ctm.bom.PostCommitActionBOM for further information on this BOM.