NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Exceptions/RuntimeException.hpp>
#include <algorithm>
#include <cstdint>
#include <cstring>
#include <memory>
#include <stdexcept>
#include <string>
#include <sys/types.h>
#include <vector>
Classes | |
class | NES::jni::JVM |
class | NES::jni::NameResolutionException |
class | NES::jni::InitializationException |
Namespaces | |
NES | |
This exception represents a network error. | |
NES::jni | |
This header provides basic functions that simplify the interaction with a JVM over JNI. | |
Typedefs | |
typedef JNIEnv_ | NES::jni::JNIEnv |
typedef JavaVM_ | NES::jni::JavaVM |
typedef _jobject * | NES::jni::jobject |
typedef _jclass * | NES::jni::jclass |
typedef _jarray * | NES::jni::jarray |
typedef _jstring * | NES::jni::jstring |
typedef struct _jmethodID * | NES::jni::jmethodID |
Functions | |
JNIEnv * | NES::jni::getEnv () |
void | NES::jni::detachEnv () |
Detachs the current thread from the jvm and removes all local references. More... | |