25 #ifndef ZOO_SERVICE_INTERNAL_JAVA_H
26 #define ZOO_SERVICE_INTERNAL_JAVA_H 1
void displayStack(JNIEnv *, maps *)
Error handling: display stack trace in an ExceptionReport Document.
Definition: service_internal_java.c:305
char * parseJVMXOption(map *)
Create a string containing the JVM -X** option for a given map.
Definition: service_internal_java.c:383
linked list of map pointer
Definition: main_conf_read.y:292
KVP linked list.
Definition: service.h:244
Metadata information about a full Service.
Definition: main_conf_read.y:329
char * parseJVMOption(map *)
Create a string containing the JVM -D* options for a given map The result will be : -Dname=value...
Definition: service_internal_java.c:349
char * parseJVMXXOption(map *)
Create a string containing the JVM -XX:* option for a given map Depending on the map' name: ...
Definition: service_internal_java.c:365
maps * mapsFromHashMap(JNIEnv *, jobject, jclass)
Convert a JAVA HashMap> to a maps.
Definition: service_internal_java.c:569
jobject HashMap_FromMaps(JNIEnv *, maps *, jclass, jclass, jmethodID)
Convert a maps to a JAVA HashMap>
Definition: service_internal_java.c:400
int zoo_java_support(maps **, map *, service *, maps **, maps **)
Load a JAVA class then run the static public method corresponding to the service by passing the conf...
Definition: service_internal_java.c:38