<TransactionListener>
Section:
Service (TransactionListenerProcessor only)
Required:
No
Value type:
Fully qualified Java class name
Default:
None
Product:
Creo Elements/Direct Manager Java Services
Description
Transaction listeners are called by the TransactionListenerProcessor service when a transaction occurs in the database.
Example
This example shows the registration of a new Transaction Listener:
<TransactionListener java_class="com.osm.webservices.event.EmailHandler"/>
Was this helpful?