Go to the documentation of this file.
25 #ifndef ZOO_SERVICE_INTERNAL_JAVA_H
26 #define ZOO_SERVICE_INTERNAL_JAVA_H 1
maps * mapsFromHashMap(JNIEnv *, jobject, jclass)
Convert a JAVA HashMap<String,HashMap<String,String>> to a maps.
Definition: service_internal_java.c:569
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
Metadata information about a full Service.
Definition: service.h:715
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
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
linked list of map pointer
Definition: service.h:678
KVP linked list.
Definition: service.h:657
char * parseJVMXOption(map *)
Create a string containing the JVM -X** option for a given map.
Definition: service_internal_java.c:383
jobject HashMap_FromMaps(JNIEnv *, maps *, jclass, jclass, jmethodID)
Convert a maps to a JAVA HashMap<String,HashMap<String,String>>
Definition: service_internal_java.c:400
void displayStack(JNIEnv *, maps *)
Error handling: display stack trace in an ExceptionReport Document.
Definition: service_internal_java.c:305