Skip to Main Content
DCE Replacement Strategies
book

DCE Replacement Strategies

by Heinz Johner, Jakob Erber, Stephen Hawkins, Klaus Mueller, Pallavi Nagesha Rao, Donna Skibbie
June 2003
Intermediate to advanced content levelIntermediate to advanced
454 pages
10h 19m
English
IBM Redbooks
Content preview from DCE Replacement Strategies
240 DCE Replacement Strategies
);
JNIEXPORT jdouble JNICALL
Java_com_ibm_redbook_scenario3_RA_JNIConnection_getSalaryJNI
(
JNIEnv *,
jclass,
jstring
);
#ifdef __cplusplus
}
#endif
#endif
The important details in this file are the names and prototypes for the C functions
that will be called by the JVM.
To connect the native C business logic from the DCE example with this file, we
must implement these functions in the directory_ini shared library, as shown in
Example 10-13.
Example 10-13 Connection to C business logic
#include <stdio.h>
#include <string.h>
#include "com_ibm_redbook_scenario3_RA_JNIConnection.h"
JNIEXPORT jstring JNICALL
Java_com_ibm_redb ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Reinventing the Organization for GenAI and LLMs

Reinventing the Organization for GenAI and LLMs

Ethan Mollick

Publisher Resources

ISBN: 0738453080Purchase book