<TransactionPreApplyListener>
Section:
Options
Required:
No
Value type:
Fully qualified Java class name
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Configures a custom TransactionPreApply listener class. TransactionPreApply listeners are executed before data is stored to the database. They are useful for checking data integrity or modifying data before it is stored.
A TransactionPreApply listener is called with the whole transaction while a PreApply listener is called for each element of the transaction.
The class definition overwrites the global definition in the Options section. That is, if a class has a TransactionPreApplyListener configured and there is a TransactionPreApplyListener configured in the Options section, then the definition in the class is used.
Example
This example shows the configuration for a custom TransactionPreApply listener:
<TransactionPreApplyListener>com.osmext.biz.MyListener</TransactionPreApplyListener>
Was this helpful?