Calling Native OO COBOL from Java
This chapter describes how you can access COBOL objects from Java programs. This is slightly different from the method for accessing procedural COBOL from Java programs.
Restriction:
This applies to native code only.
Overview - Calling Native OO COBOL from Java
Before You Start
Writing a Java Class in Native OO COBOL
Importing the COBOL Support
The Wrapper Class
Adding and Removing Methods
Throwing Exceptions from COBOL
Using BY REFERENCE Parameters
Working with Java Programs
Parent topic:
Using COBOL and Java Together
Related concepts
Calling Java from Native OO COBOL
Calling Procedural COBOL from Java
Java and COBOL Interoperability Options
The Wrapper Class