Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
Programming
>
Using COBOL and Java Together
>
Calling OO COBOL from Java
Calling 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 OO COBOL from Java
Before You Start
Writing a Java Class in 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 OO COBOL
Calling Procedural COBOL from Java
Deploying a Java Service Interface and Using Resource Adapters
Java and COBOL Interoperability Options
JVM COBOL Interoperating with Java
The Wrapper Class