Fujitsu J Adapter Class Generator Manual de usuario Pagina 15

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 98
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 14
Chapter 2. Adapter Class Generator Framework 15
Adapter Object
At execution time, an adapter class generates the adapter object corresponding to a
Java instance object. The adapter object:
Holds the pointer to the corresponding Java instance object.
Calls the corresponding Java method of the corresponding Java instance object
Only the adapter object can be seen from the COBOL program. Every operation on
the adapter object is transmitted to the corresponding Java object. To the COBOL
program, , the adapter object seems as if it were a Java object. The adapter object,
since it works for the Java object, is also called a proxy object. The relationship
between the Java object and adapter object is shown below:
Figure 2.2. Java object and adapter object
Vista de pagina 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 ... 97 98

Comentarios a estos manuales

Sin comentarios