Overall Control

Most overall control is actioned from the ATCG Control form (the AtcgControlForm Form subclass in the AtcgGeneratorSchema schema).

The key methods in the AtcgControlForm class that are called from the button click event methods are listed in the following table.

Method Description
doStart Starts a recording session. It checks whether a session is already in progress, starts method tracking, notifies the record application, and so on.
doGen Generates and loads the profile class. It stops the recording session, validates the specified class name, generates the .cls file from the rrmsg.log file, and loads it into the database.
doReplay Validates the profile class to be replayed and handles replay lists.