#include <jni.h>

Go to the source code of this file.
Functions | |
| JNIEXPORT void JNICALL | Java_com_derecho_objectstore_ObjectStoreService_initialize (JNIEnv *, jobject, jstring) |
| JNIEXPORT void JNICALL | Java_com_derecho_objectstore_ObjectStoreService_put (JNIEnv *, jobject, jlong, jstring) |
| JNIEXPORT jboolean JNICALL | Java_com_derecho_objectstore_ObjectStoreService_remove (JNIEnv *, jobject, jlong) |
| JNIEXPORT jstring JNICALL | Java_com_derecho_objectstore_ObjectStoreService_get (JNIEnv *, jobject, jlong) |
| JNIEXPORT void JNICALL | Java_com_derecho_objectstore_ObjectStoreService_leave (JNIEnv *, jobject) |
| JNIEXPORT jstring JNICALL Java_com_derecho_objectstore_ObjectStoreService_get | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | |||
| ) |
Definition at line 46 of file ObjectStoreService.cpp.
| JNIEXPORT void JNICALL Java_com_derecho_objectstore_ObjectStoreService_initialize | ( | JNIEnv * | , |
| jobject | , | ||
| jstring | |||
| ) |
Definition at line 75 of file ObjectStoreService.cpp.
| JNIEXPORT void JNICALL Java_com_derecho_objectstore_ObjectStoreService_leave | ( | JNIEnv * | , |
| jobject | |||
| ) |
Definition at line 63 of file ObjectStoreService.cpp.
| JNIEXPORT void JNICALL Java_com_derecho_objectstore_ObjectStoreService_put | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | , | ||
| jstring | |||
| ) |
Definition at line 15 of file ObjectStoreService.cpp.
| JNIEXPORT jboolean JNICALL Java_com_derecho_objectstore_ObjectStoreService_remove | ( | JNIEnv * | , |
| jobject | , | ||
| jlong | |||
| ) |
Definition at line 32 of file ObjectStoreService.cpp.
1.8.13