ZOO-Project
|
service_internal_java.h File Reference
Go to the source code of this file.
Functions | |
jobject | HashMap_FromMaps (JNIEnv *, maps *, jclass, jclass, jmethodID) |
Convert a maps to a JAVA HashMap<String,HashMap<String,String>> More... | |
maps * | mapsFromHashMap (JNIEnv *, jobject, jclass) |
Convert a JAVA HashMap<String,HashMap<String,String>> to a maps. More... | |
void | displayStack (JNIEnv *, maps *) |
Error handling: display stack trace in an ExceptionReport Document. More... | |
char * | parseJVMXXOption (map *) |
Create a string containing the JVM -XX:* option for a given map Depending on the map' name: More... | |
char * | parseJVMXOption (map *) |
Create a string containing the JVM -X** option for a given map. More... | |
char * | parseJVMOption (map *) |
Create a string containing the JVM -D* options for a given map The result will be : -Dname=value.
Support ZOO-ProjectSearchContext NavigationMain Navigation |