Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > endObjectTracking

endObjectTracking

endObjectTracking();

The endObjectTracking method of the System class ends recording persistent object read operations from the database or write operations to the database.

This method is not available on a Compact JADE node, where it would result in a 1068 - Feature not available exception.

An object tracking session is started using the beginObjectTracking method defined in the System class. If the endObjectTracking method is called when object tracking is not active, an 1139 exception (Object tracking is not active) is raised.