When you issue the commands to generate a program, the build descriptor
option
enableJavaWrapperGen allows you to choose
from three alternatives:
- YES (the default)
- Generate the program and allow generation of the related Java™ wrapper
classes and (if appropriate) the related EJB session bean
- ONLY
- Do not generate the program, but allow generation of the related Java wrapper
classes and (if appropriate) the related EJB session bean
- NO
- Generate the program, but not the Java wrapper classes or the related EJB
session bean, if any
Actual generation of the Java wrapper classes and EJB session bean
requires appropriate settings in the linkage options part that is used at
generation time. For an overview, see Java wrapper.