Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > JadeTransactionTrace Class Constants

JadeTransactionTrace Class Constants

The constants provided by the JadeTransactionTrace class are listed in the following table.

Constant Value Description
CallbackMethod "callbackMethod" Identify callback methods returned by the getTransactionTraceCallbacks method
CallbackReceiver "callbackReceiver" Identify callback receivers returned by the getTransactionTraceCallbacks method
OperationAutoAdd 10 An object has been automatically added to a collection
OperationAutoProp 8 A property of an object has been set automatically
OperationAutoRemove 12 An object has been automatically removed from a collection
OperationCollAdd 9 An object has been manually added to a collection
OperationCollRemove 11 An object has been manually removed from a collection
OperationCreate 4 An object has been created
OperationDelete 6 An object has been deleted
OperationSetProp 7 A property of an object has been set manually
OperationUpdate 3 An object has been updated
TraceAborted 11 The traced transaction has been aborted
TraceCommitted 10 The traced transaction has been committed
TraceCommitting 9 The traced transaction is about to be committed
TraceStarted 1 Transaction tracing is currently active
TraceStopped 2 Transaction tracing has been stopped
TraceUndefined 0 The tracing is unknown