Product Information > JADE Object Manager Guide > Chapter 4 - JADE System Instrumentation and Diagnosis > SystemgetNotes Method

System::getNotes Method

getNotes(notes:      NotificationArray input;
         transients: Boolean;
         maxEntries: Integer);

The System class getNotes method populates the array specified in the notes parameter with transient instances of the current notification requests by all the processes in the system.

The calling process is responsible for creating and deleting the JadeDynamicObject instance.

As this method creates transient instances of the Notification class, it is the responsibility of the method caller to purge the collection used by the method to delete these transient instances. The collection should be purged before the deletion of the notification array passed to the method in the notes parameter.

For an example of the use of this method, see the System class getNotes method in Volume 2 of the JADE Encyclopaedia of Classes.