|
int | zoo_java_support (maps **main_conf, map *request, service *s, maps **real_inputs, maps **real_outputs) |
| Load a JAVA class then run the static public method corresponding to the service by passing the conf, inputs and outputs parameters by reference. More...
|
|
void | displayStack (JNIEnv *env, maps *main_conf) |
| Error handling: display stack trace in an ExceptionReport Document. More...
|
|
char * | parseJVMOption (map *m) |
| Create a string containing the JVM -D* options for a given map The result will be : -Dname=value. More...
|
|
char * | parseJVMXXOption (map *m) |
| Create a string containing the JVM -XX:* option for a given map Depending on the map' name: More...
|
|
char * | parseJVMXOption (map *m) |
| Create a string containing the JVM -X** option for a given map. More...
|
|
jobject | HashMap_FromMaps (JNIEnv *env, maps *t, jclass scHashMapClass, jclass scHashMap_class, jmethodID scHashMap_constructor) |
| Convert a maps to a JAVA HashMap<String,HashMap<String,String>> More...
|
|
maps * | mapsFromHashMap (JNIEnv *env, jobject t, jclass scHashMapClass) |
| Convert a JAVA HashMap<String,HashMap<String,String>> to a maps. More...
|
|