User exits let you to change the behavior of the CA Gen runtimes. User exits are Java classes that are shipped with the product and contain specific routines that are called by the runtimes. You can modify the source code to change the default behaviors of the runtimes.
All Java user exits are located under the %GENxx%Gen\classes directory.
Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.
Java requires that the files and directory structure mirror the package name structure defined in the Java source code. The base package name is:
com.ca.genxx.exits
The base package name is then appended with a sub-package name, which specifies the component within the runtime the module is a part of. For example, the file CompareExit.java located in the
%GENxx%Gen\classes\com\ca\genxx\exits\common directory has the package name com.ca.genxx.exits.common.
Note: For more information about user exits, see the User Exit Reference Guide.
|
Copyright © 2013 CA.
All rights reserved.
|
|