Calling Java from Native OO COBOL
This chapter shows you how to code a COBOL program to call Java methods using the native OO COBOL Java domain.
Restriction:
This applies to native code only.
Overview of Calling Java from Native OO COBOL
Before You Start
Declaring Java Classes
Instantiating Java Objects
Calling Java Methods
Accessing Java Variables
Handling Java Exceptions
Accessing Native Java Objects
Finalizing Java Objects
Parent topic:
Java and OO COBOL Interoperability
Related concepts
Calling Native OO COBOL from Java
Calling Procedural COBOL from Java
Java and OO COBOL Interoperability Options
JVM COBOL Interoperating with Java
The Wrapper Class