Overview

The JADE Object Manager enables you to:

Returned method values include cumulative counters that do not get reset during the lifetime of the node. To work out the value differences, JADE applications that use a method that retrieves statistical information need to compare values from one call to the next.

Cumulative values are held as unsigned 64-bit Integer values, and are copied to the dynamic object as Integer64 values. Although unlikely, you should be aware that the cumulative values can overflow to negative values. The maximum value before cumulative values overflow to a negative value is 2^63 – 1 (approximately 8 Exabytes).