Distributed Computing
Table of Contents
Index
Chapter 6: Calling Java from COBOL
6.1 Overview
6.2 Setting Up Java/COBOL Support
6.2.1 Setting Up the COBOL and Java Environments
6.2.2 Compiler Directives for COBOL Programs
6.2.3 Net Express Support for Compiling Java Programs
6.2.4 Multi-threading COBOL Programs
6.3 Writing the COBOL Program
6.3.1 Declaring Java classes
6.3.2 Instantiating Java objects
6.3.3 Calling Java Methods
6.3.4 Accessing Java variables
6.3.5 Handling Java Exceptions
6.3.6 Accessing Native Java Objects
6.3.7 Finalizing Java objects