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 Process class getTransactionTraceCallbacks method
CallbackReceiver "callbackReceiver" Identify callback receivers returned by the Process class getTransactionTraceCallbacks method
OperationAutoAdd 10 An object has been automatically added to a collection
OperationAutoAddDeferred 14 An object has been automatically defer‑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
OperationAutoRemoveDeferred 16 An object has been automatically defer‑removed from a collection
OperationCollAdd 9 An object has been manually added to a collection
OperationCollAddDeferred 13 An object has been defer‑added to a collection
OperationCollRemove 11 An object has been manually removed from a collection
OperationCollRemoveDeferred 15 An object has been defer‑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