Class | Description |
---|---|
ClientJava |
Class
ClientJava writes the Java native code descriptions that
will point to the JNI C code written by ClientJNI . |
ClientJNI |
Class
ClientJNI writes the JNI C code that links the Java
client to the IOR. |
GenerateClientJava |
Class
GenerateClientJava is the main entry point for the Java
client-side code generation routines. |
GenerateServerJava |
Class
GenerateServerJava is the main entry point for the Java
client-side code generation routines. |
Java |
Class
Java contains common Java language binding routines
shared by the Java backend code generators. |
JavaImplSource |
Create and write a source file for a Java extension class to wrap a
BABEL extendable in a Java object.
|
JavaStructSource |
Class
JavaStructSource implements the Java interface
for SIDL structs and conversion routines that translate among the
Java representation and Babel's IOR. |
ServerJNI |
Class
ServerJNI writes the JNI C code that links the Java
server to the IOR. |
StubHeader |
This class generates the C header code that externs rmicast and connect
to the other stubs.
|